Commit d0909bf4 authored by Johan Hovold's avatar Johan Hovold Committed by Bjorn Andersson
Browse files

arm64: dts: qcom: fix syscon node names



Some recent changes that added new syscon nodes used misspelled node names.

Fixes: 86d7c946 arm64: dts: qcom: sm8150: split TCSR halt regs out of mutex
Fixes: 0da60338 arm64: dts: qcom: sdm630: split TCSR halt regs out of mutex
Fixes: 8a8531e6 arm64: dts: qcom: sdm845: split TCSR halt regs out of mutex
Fixes: d9a2214d arm64: dts: qcom: sc7280: split TCSR halt regs out of mutex
Fixes: ce1ac53c arm64: dts: qcom: sc7180: split TCSR halt regs out of mutex
Fixes: fc10cfa3 arm64: dts: qcom: msm8998: split TCSR halt regs out of mutex
Fixes: 100ce220 arm64: dts: qcom: msm8996: split TCSR halt regs out of mutex
Signed-off-by: default avatarJohan Hovold <johan+linaro@kernel.org>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20220905091602.20364-1-johan+linaro@kernel.org
parent ae240fbf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -839,7 +839,7 @@
			#hwlock-cells = <1>;
		};

		tcsr_1: sycon@760000 {
		tcsr_1: syscon@760000 {
			compatible = "qcom,tcsr-msm8996", "syscon";
			reg = <0x00760000 0x20000>;
		};
+1 −1
Original line number Diff line number Diff line
@@ -1047,7 +1047,7 @@
			#hwlock-cells = <1>;
		};

		tcsr_regs_1: sycon@1f60000 {
		tcsr_regs_1: syscon@1f60000 {
			compatible = "qcom,msm8998-tcsr", "syscon";
			reg = <0x01f60000 0x20000>;
		};
+1 −1
Original line number Diff line number Diff line
@@ -1462,7 +1462,7 @@
			#hwlock-cells = <1>;
		};

		tcsr_regs_1: sycon@1f60000 {
		tcsr_regs_1: syscon@1f60000 {
			compatible = "qcom,sc7180-tcsr", "syscon";
			reg = <0 0x01f60000 0 0x20000>;
		};
+1 −1
Original line number Diff line number Diff line
@@ -2160,7 +2160,7 @@
			#hwlock-cells = <1>;
		};

		tcsr_1: sycon@1f60000 {
		tcsr_1: syscon@1f60000 {
			compatible = "qcom,sc7280-tcsr", "syscon";
			reg = <0 0x01f60000 0 0x20000>;
		};
+1 −1
Original line number Diff line number Diff line
@@ -703,7 +703,7 @@
			#hwlock-cells = <1>;
		};

		tcsr_regs_1: sycon@1f60000 {
		tcsr_regs_1: syscon@1f60000 {
			compatible = "qcom,sdm630-tcsr", "syscon";
			reg = <0x01f60000 0x20000>;
		};
Loading