arm64: dts: qcom: msm8996-sony-xperia-tone: fix SPMI regulators declaration

Device tree for the Sony Xperia tone family of devices specifies
S9+S10+S11 SAW regulator as a part of the pmi8994_spmi_regulators device
tree node. However PMI8994 does not have these regulators, they are part
of the PM8994 device. All other MSM8996-based devices list them in the
pm8994_spmi_regulators device tree node. Move them accordingly.

Cc: AngeloGioacchino Del Regno <angelogioacchino.delregno@somainline.org>
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20211104002949.2204727-5-dmitry.baryshkov@linaro.org
This commit is contained in:
Dmitry Baryshkov 2021-11-04 03:29:49 +03:00 committed by Bjorn Andersson
parent 227ee1583b
commit 4c821bd42c

View file

@ -589,9 +589,27 @@ pmi-gpio10-nc {
};
};
&pmi8994_spmi_regulators {
&pm8994_spmi_regulators {
qcom,saw-reg = <&saw3>;
pm8994_s9: s9 {
qcom,saw-slave;
};
pm8994_s10: s10 {
qcom,saw-slave;
};
pm8994_s11: s11 {
qcom,saw-leader;
regulator-name = "vdd_apcc";
regulator-always-on;
regulator-min-microvolt = <470000>;
regulator-max-microvolt = <1140000>;
};
};
&pmi8994_spmi_regulators {
vdd_gfx:
pmi8994_s2: s2 {
/* Pinned to a high value for now to avoid random crashes. */
@ -600,21 +618,6 @@ pmi8994_s2: s2 {
regulator-name = "vdd_gfx";
regulator-always-on;
};
pmi8994_s9: s9 {
qcom,saw-slave;
};
pmi8994_s10: s10 {
qcom,saw-slave;
};
pmi8994_s11: s11 {
qcom,saw-leader;
regulator-always-on;
regulator-min-microvolt = <470000>;
regulator-max-microvolt = <1140000>;
};
};
&pmi8994_wled {