arm64: dts: qcom: fix syscon node names
Some recent changes that added new syscon nodes used misspelled node names. Fixes:86d7c9460earm64: dts: qcom: sm8150: split TCSR halt regs out of mutex Fixes:0da6033872arm64: dts: qcom: sdm630: split TCSR halt regs out of mutex Fixes:8a8531e69barm64: dts: qcom: sdm845: split TCSR halt regs out of mutex Fixes:d9a2214d6barm64: dts: qcom: sc7280: split TCSR halt regs out of mutex Fixes:ce1ac53c7farm64: dts: qcom: sc7180: split TCSR halt regs out of mutex Fixes:fc10cfa385arm64: dts: qcom: msm8998: split TCSR halt regs out of mutex Fixes:100ce22059arm64: 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:
committed by
Bjorn Andersson
parent
ae240fbffb
commit
d0909bf4fa
@@ -839,7 +839,7 @@
|
||||
#hwlock-cells = <1>;
|
||||
};
|
||||
|
||||
tcsr_1: sycon@760000 {
|
||||
tcsr_1: syscon@760000 {
|
||||
compatible = "qcom,tcsr-msm8996", "syscon";
|
||||
reg = <0x00760000 0x20000>;
|
||||
};
|
||||
|
||||
@@ -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>;
|
||||
};
|
||||
|
||||
@@ -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>;
|
||||
};
|
||||
|
||||
@@ -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>;
|
||||
};
|
||||
|
||||
@@ -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>;
|
||||
};
|
||||
|
||||
@@ -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>;
|
||||
};
|
||||
|
||||
@@ -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>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user