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 1e6b7058286677b43d85125dea15212d551a9e12..968eb13e1c63374c12b147eb7fb2edc668d960c5 100644 (file)
                        #hwlock-cells = <1>;
                };
 
-               tcsr_1: sycon@760000 {
+               tcsr_1: syscon@760000 {
                        compatible = "qcom,tcsr-msm8996", "syscon";
                        reg = <0x00760000 0x20000>;
                };
index d463a66715eac0ef3df1442977156d59f9f1573e..1118134ff01e6c1e112b6ec57bcebbcdd89ea154 100644 (file)
                        #hwlock-cells = <1>;
                };
 
-               tcsr_regs_1: sycon@1f60000 {
+               tcsr_regs_1: syscon@1f60000 {
                        compatible = "qcom,msm8998-tcsr", "syscon";
                        reg = <0x01f60000 0x20000>;
                };
index e8debb0da41107c7252a2c0e4a6194402e82a21d..58976a1ba06bed6af149d1dbc55cf6b9b84e3152 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 91beb17f0c1ff480140713877c25d363d31dc41e..483201d74c7786cc61ac7133c89ce7fe3aa2391c 100644 (file)
                        #hwlock-cells = <1>;
                };
 
-               tcsr_1: sycon@1f60000 {
+               tcsr_1: syscon@1f60000 {
                        compatible = "qcom,sc7280-tcsr", "syscon";
                        reg = <0 0x01f60000 0 0x20000>;
                };
index 9ae6610af93a53d64988f5ba4f9fba0cbdc4ec07..b51b85f583e5d2803a28419b2d5ffeea6f184371 100644 (file)
                        #hwlock-cells = <1>;
                };
 
-               tcsr_regs_1: sycon@1f60000 {
+               tcsr_regs_1: syscon@1f60000 {
                        compatible = "qcom,sdm630-tcsr", "syscon";
                        reg = <0x01f60000 0x20000>;
                };
index 347c3abc117bc9148f17e11c8be743f5d057f3b3..d761da47220dd33ee10235d628a17987fba8b963 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 da737ba544908e930b34c3335c5e17ac8a04add3..4d4722165eb0a2fb1186acd3f2f1b7b07e1fd065 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>;
                };