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

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
......@@ -839,7 +839,7 @@ tcsr_mutex: hwlock@740000 {
#hwlock-cells = <1>;
};
tcsr_1: sycon@760000 {
tcsr_1: syscon@760000 {
compatible = "qcom,tcsr-msm8996", "syscon";
reg = <0x00760000 0x20000>;
};
......
......@@ -1047,7 +1047,7 @@ tcsr_mutex: hwlock@1f40000 {
#hwlock-cells = <1>;
};
tcsr_regs_1: sycon@1f60000 {
tcsr_regs_1: syscon@1f60000 {
compatible = "qcom,msm8998-tcsr", "syscon";
reg = <0x01f60000 0x20000>;
};
......
......@@ -1462,7 +1462,7 @@ tcsr_mutex: hwlock@1f40000 {
#hwlock-cells = <1>;
};
tcsr_regs_1: sycon@1f60000 {
tcsr_regs_1: syscon@1f60000 {
compatible = "qcom,sc7180-tcsr", "syscon";
reg = <0 0x01f60000 0 0x20000>;
};
......
......@@ -2160,7 +2160,7 @@ tcsr_mutex: hwlock@1f40000 {
#hwlock-cells = <1>;
};
tcsr_1: sycon@1f60000 {
tcsr_1: syscon@1f60000 {
compatible = "qcom,sc7280-tcsr", "syscon";
reg = <0 0x01f60000 0 0x20000>;
};
......
......@@ -703,7 +703,7 @@ tcsr_mutex: hwlock@1f40000 {
#hwlock-cells = <1>;
};
tcsr_regs_1: sycon@1f60000 {
tcsr_regs_1: syscon@1f60000 {
compatible = "qcom,sdm630-tcsr", "syscon";
reg = <0x01f60000 0x20000>;
};
......
......@@ -2625,7 +2625,7 @@ tcsr_mutex: hwlock@1f40000 {
#hwlock-cells = <1>;
};
tcsr_regs_1: sycon@1f60000 {
tcsr_regs_1: syscon@1f60000 {
compatible = "qcom,sdm845-tcsr", "syscon";
reg = <0 0x01f60000 0 0x20000>;
};
......
......@@ -2054,7 +2054,7 @@ tcsr_mutex: hwlock@1f40000 {
#hwlock-cells = <1>;
};
tcsr_regs_1: sycon@1f60000 {
tcsr_regs_1: syscon@1f60000 {
compatible = "qcom,sm8150-tcsr", "syscon";
reg = <0x0 0x01f60000 0x0 0x20000>;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment