Commit e624dc49 authored by Dmitry Baryshkov's avatar Dmitry Baryshkov Committed by Bjorn Andersson

ARM: dts: qcom: msm8974: rename SAW nodes to power-manager

Per the power-domain.yaml, the power-controller node name is reserved
for power-domain providers. Rename SAW2 nodes to 'power-manager', the
name which is suggested by qcom,saw2.yaml
Signed-off-by: default avatarDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20240102-saw2-spm-regulator-v7-14-0472ec237f49@linaro.orgSigned-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent 34725e24
...@@ -346,7 +346,7 @@ apcs: syscon@f9011000 { ...@@ -346,7 +346,7 @@ apcs: syscon@f9011000 {
reg = <0xf9011000 0x1000>; reg = <0xf9011000 0x1000>;
}; };
saw_l2: power-controller@f9012000 { saw_l2: power-manager@f9012000 {
compatible = "qcom,msm8974-saw2-v2.1-l2", "qcom,saw2"; compatible = "qcom,msm8974-saw2-v2.1-l2", "qcom,saw2";
reg = <0xf9012000 0x1000>; reg = <0xf9012000 0x1000>;
regulator; regulator;
...@@ -424,7 +424,7 @@ acc0: power-manager@f9088000 { ...@@ -424,7 +424,7 @@ acc0: power-manager@f9088000 {
reg = <0xf9088000 0x1000>, <0xf9008000 0x1000>; reg = <0xf9088000 0x1000>, <0xf9008000 0x1000>;
}; };
saw0: power-controller@f9089000 { saw0: power-manager@f9089000 {
compatible = "qcom,msm8974-saw2-v2.1-cpu", "qcom,saw2"; compatible = "qcom,msm8974-saw2-v2.1-cpu", "qcom,saw2";
reg = <0xf9089000 0x1000>, <0xf9009000 0x1000>; reg = <0xf9089000 0x1000>, <0xf9009000 0x1000>;
}; };
...@@ -434,7 +434,7 @@ acc1: power-manager@f9098000 { ...@@ -434,7 +434,7 @@ acc1: power-manager@f9098000 {
reg = <0xf9098000 0x1000>, <0xf9008000 0x1000>; reg = <0xf9098000 0x1000>, <0xf9008000 0x1000>;
}; };
saw1: power-controller@f9099000 { saw1: power-manager@f9099000 {
compatible = "qcom,msm8974-saw2-v2.1-cpu", "qcom,saw2"; compatible = "qcom,msm8974-saw2-v2.1-cpu", "qcom,saw2";
reg = <0xf9099000 0x1000>, <0xf9009000 0x1000>; reg = <0xf9099000 0x1000>, <0xf9009000 0x1000>;
}; };
...@@ -444,7 +444,7 @@ acc2: power-manager@f90a8000 { ...@@ -444,7 +444,7 @@ acc2: power-manager@f90a8000 {
reg = <0xf90a8000 0x1000>, <0xf9008000 0x1000>; reg = <0xf90a8000 0x1000>, <0xf9008000 0x1000>;
}; };
saw2: power-controller@f90a9000 { saw2: power-manager@f90a9000 {
compatible = "qcom,msm8974-saw2-v2.1-cpu", "qcom,saw2"; compatible = "qcom,msm8974-saw2-v2.1-cpu", "qcom,saw2";
reg = <0xf90a9000 0x1000>, <0xf9009000 0x1000>; reg = <0xf90a9000 0x1000>, <0xf9009000 0x1000>;
}; };
...@@ -454,7 +454,7 @@ acc3: power-manager@f90b8000 { ...@@ -454,7 +454,7 @@ acc3: power-manager@f90b8000 {
reg = <0xf90b8000 0x1000>, <0xf9008000 0x1000>; reg = <0xf90b8000 0x1000>, <0xf9008000 0x1000>;
}; };
saw3: power-controller@f90b9000 { saw3: power-manager@f90b9000 {
compatible = "qcom,msm8974-saw2-v2.1-cpu", "qcom,saw2"; compatible = "qcom,msm8974-saw2-v2.1-cpu", "qcom,saw2";
reg = <0xf90b9000 0x1000>, <0xf9009000 0x1000>; reg = <0xf90b9000 0x1000>, <0xf9009000 0x1000>;
}; };
......
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