OSDN Git Service

arm64: dts: qcom: fix syscon node names
authorJohan Hovold <johan+linaro@kernel.org>
Mon, 5 Sep 2022 09:16:02 +0000 (11:16 +0200)
committerBjorn Andersson <andersson@kernel.org>
Tue, 6 Sep 2022 02:52:32 +0000 (21:52 -0500)
Some recent changes that added new syscon nodes used misspelled node names.

Fixes: 86d7c9460e2c arm64: dts: qcom: sm8150: split TCSR halt regs out of mutex
Fixes: 0da603387225 arm64: dts: qcom: sdm630: split TCSR halt regs out of mutex
Fixes: 8a8531e69b2d arm64: dts: qcom: sdm845: split TCSR halt regs out of mutex
Fixes: d9a2214d6ba5 arm64: dts: qcom: sc7280: split TCSR halt regs out of mutex
Fixes: ce1ac53c7faa arm64: dts: qcom: sc7180: split TCSR halt regs out of mutex
Fixes: fc10cfa38580 arm64: dts: qcom: msm8998: split TCSR halt regs out of mutex
Fixes: 100ce2205924 arm64: dts: qcom: msm8996: split TCSR halt regs out of mutex
Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20220905091602.20364-1-johan+linaro@kernel.org
arch/arm64/boot/dts/qcom/msm8996.dtsi
arch/arm64/boot/dts/qcom/msm8998.dtsi
arch/arm64/boot/dts/qcom/sc7180.dtsi
arch/arm64/boot/dts/qcom/sc7280.dtsi
arch/arm64/boot/dts/qcom/sdm630.dtsi
arch/arm64/boot/dts/qcom/sdm845.dtsi
arch/arm64/boot/dts/qcom/sm8150.dtsi

index 1e6b705..968eb13 100644 (file)
                        #hwlock-cells = <1>;
                };
 
-               tcsr_1: sycon@760000 {
+               tcsr_1: syscon@760000 {
                        compatible = "qcom,tcsr-msm8996", "syscon";
                        reg = <0x00760000 0x20000>;
                };
index d463a66..1118134 100644 (file)
                        #hwlock-cells = <1>;
                };
 
-               tcsr_regs_1: sycon@1f60000 {
+               tcsr_regs_1: syscon@1f60000 {
                        compatible = "qcom,msm8998-tcsr", "syscon";
                        reg = <0x01f60000 0x20000>;
                };
index e8debb0..58976a1 100644 (file)
                        #hwlock-cells = <1>;
                };
 
-               tcsr_regs_1: sycon@1f60000 {
+               tcsr_regs_1: syscon@1f60000 {
                        compatible = "qcom,sc7180-tcsr", "syscon";
                        reg = <0 0x01f60000 0 0x20000>;
                };
index 91beb17..483201d 100644 (file)
                        #hwlock-cells = <1>;
                };
 
-               tcsr_1: sycon@1f60000 {
+               tcsr_1: syscon@1f60000 {
                        compatible = "qcom,sc7280-tcsr", "syscon";
                        reg = <0 0x01f60000 0 0x20000>;
                };
index 9ae6610..b51b85f 100644 (file)
                        #hwlock-cells = <1>;
                };
 
-               tcsr_regs_1: sycon@1f60000 {
+               tcsr_regs_1: syscon@1f60000 {
                        compatible = "qcom,sdm630-tcsr", "syscon";
                        reg = <0x01f60000 0x20000>;
                };
index 347c3ab..d761da4 100644 (file)
                        #hwlock-cells = <1>;
                };
 
-               tcsr_regs_1: sycon@1f60000 {
+               tcsr_regs_1: syscon@1f60000 {
                        compatible = "qcom,sdm845-tcsr", "syscon";
                        reg = <0 0x01f60000 0 0x20000>;
                };
index da737ba..4d47221 100644 (file)
                        #hwlock-cells = <1>;
                };
 
-               tcsr_regs_1: sycon@1f60000 {
+               tcsr_regs_1: syscon@1f60000 {
                        compatible = "qcom,sm8150-tcsr", "syscon";
                        reg = <0x0 0x01f60000 0x0 0x20000>;
                };