[PATCH] arm64: dts: qcom: msm8998: Fix stm-stimulus-base reg name

Konrad Dybcio posted 1 patch 2 years, 7 months ago
arch/arm64/boot/dts/qcom/msm8998.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] arm64: dts: qcom: msm8998: Fix stm-stimulus-base reg name
Posted by Konrad Dybcio 2 years, 7 months ago
The name stm-data-base comes from ancient (msm-3.10 or older)
downstream kernels. Upstream uses stm-stimulus-base instead. Fix it.

Fixes: 783abfa2249a ("arm64: dts: qcom: msm8998: Add Coresight support")
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
---
Not tested on hw.

 arch/arm64/boot/dts/qcom/msm8998.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/msm8998.dtsi b/arch/arm64/boot/dts/qcom/msm8998.dtsi
index 76b65732d8d8..9f94351f7460 100644
--- a/arch/arm64/boot/dts/qcom/msm8998.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8998.dtsi
@@ -2547,7 +2547,7 @@ stm: stm@6002000 {
 			compatible = "arm,coresight-stm", "arm,primecell";
 			reg = <0x06002000 0x1000>,
 			      <0x16280000 0x180000>;
-			reg-names = "stm-base", "stm-data-base";
+			reg-names = "stm-base", "stm-stimulus-base";
 			status = "disabled";
 
 			clocks = <&rpmcc RPM_SMD_QDSS_CLK>, <&rpmcc RPM_SMD_QDSS_A_CLK>;
-- 
2.39.1
Re: [PATCH] arm64: dts: qcom: msm8998: Fix stm-stimulus-base reg name
Posted by Bjorn Andersson 2 years, 6 months ago
On Mon, 13 Feb 2023 22:03:31 +0100, Konrad Dybcio wrote:
> The name stm-data-base comes from ancient (msm-3.10 or older)
> downstream kernels. Upstream uses stm-stimulus-base instead. Fix it.
> 
> 

Applied, thanks!

[1/1] arm64: dts: qcom: msm8998: Fix stm-stimulus-base reg name
      commit: b5d08f08377218b1d2ab4026e427a7788b271c8e

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>