2023-02-13 21:03:47

by Konrad Dybcio

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

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 <[email protected]>
---
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



2023-03-15 23:33:26

by Bjorn Andersson

[permalink] [raw]
Subject: Re: [PATCH] arm64: dts: qcom: msm8998: Fix stm-stimulus-base reg name

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 <[email protected]>