mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 02:50:49 +09:00
arm64: dts: qcom: msm8998: Fix stm-stimulus-base reg name
[ Upstream commitb5d08f0837] The name stm-data-base comes from ancient (msm-3.10 or older) downstream kernels. Upstream uses stm-stimulus-base instead. Fix it. Fixes:783abfa224("arm64: dts: qcom: msm8998: Add Coresight support") Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20230213210331.2106877-1-konrad.dybcio@linaro.org Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
e951bdaa65
commit
94e6f7e757
@@ -1187,7 +1187,7 @@
|
|||||||
compatible = "arm,coresight-stm", "arm,primecell";
|
compatible = "arm,coresight-stm", "arm,primecell";
|
||||||
reg = <0x06002000 0x1000>,
|
reg = <0x06002000 0x1000>,
|
||||||
<0x16280000 0x180000>;
|
<0x16280000 0x180000>;
|
||||||
reg-names = "stm-base", "stm-data-base";
|
reg-names = "stm-base", "stm-stimulus-base";
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
|
|
||||||
clocks = <&rpmcc RPM_SMD_QDSS_CLK>, <&rpmcc RPM_SMD_QDSS_A_CLK>;
|
clocks = <&rpmcc RPM_SMD_QDSS_CLK>, <&rpmcc RPM_SMD_QDSS_A_CLK>;
|
||||||
|
|||||||
Reference in New Issue
Block a user