arm64: dts: qcom: fix syscon node names

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

Fixes: 86d7c9460e arm64: dts: qcom: sm8150: split TCSR halt regs out of mutex
Fixes: 0da6033872 arm64: dts: qcom: sdm630: split TCSR halt regs out of mutex
Fixes: 8a8531e69b arm64: dts: qcom: sdm845: split TCSR halt regs out of mutex
Fixes: d9a2214d6b arm64: dts: qcom: sc7280: split TCSR halt regs out of mutex
Fixes: ce1ac53c7f arm64: dts: qcom: sc7180: split TCSR halt regs out of mutex
Fixes: fc10cfa385 arm64: dts: qcom: msm8998: split TCSR halt regs out of mutex
Fixes: 100ce22059 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
This commit is contained in:
Johan Hovold
2022-09-05 11:16:02 +02:00
committed by Bjorn Andersson
parent ae240fbffb
commit d0909bf4fa
7 changed files with 7 additions and 7 deletions

View File

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

View File

@@ -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>;
};

View File

@@ -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>;
};

View File

@@ -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>;
};

View File

@@ -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>;
};

View File

@@ -2625,7 +2625,7 @@
#hwlock-cells = <1>;
};
tcsr_regs_1: sycon@1f60000 {
tcsr_regs_1: syscon@1f60000 {
compatible = "qcom,sdm845-tcsr", "syscon";
reg = <0 0x01f60000 0 0x20000>;
};

View File

@@ -2054,7 +2054,7 @@
#hwlock-cells = <1>;
};
tcsr_regs_1: sycon@1f60000 {
tcsr_regs_1: syscon@1f60000 {
compatible = "qcom,sm8150-tcsr", "syscon";
reg = <0x0 0x01f60000 0x0 0x20000>;
};