Commit 939fa844 authored by Stephen Boyd's avatar Stephen Boyd Committed by Andy Gross

ARM: dts: qcom: Remove s4/5vs1,2 from RPM pm8941 control

These regulators are controlled by the SPMI regulator driver
instead of the RPM regulator driver in the downstream android
kernel sources. Let's remove them from the DTS here because
they'll never be used by the RPM regulator driver.

Cc: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: default avatarStephen Boyd <stephen.boyd@linaro.org>
Signed-off-by: default avatarAndy Gross <andy.gross@linaro.org>
parent 2ea659a9
...@@ -92,7 +92,6 @@ pm8941-regulators { ...@@ -92,7 +92,6 @@ pm8941-regulators {
vdd_l9_l10_l17_l22-supply = <&vreg_boost>; vdd_l9_l10_l17_l22-supply = <&vreg_boost>;
vdd_l13_l20_l23_l24-supply = <&vreg_boost>; vdd_l13_l20_l23_l24-supply = <&vreg_boost>;
vdd_l21-supply = <&vreg_boost>; vdd_l21-supply = <&vreg_boost>;
vin_5vs-supply = <&pm8941_5v>;
s1 { s1 {
regulator-min-microvolt = <1300000>; regulator-min-microvolt = <1300000>;
......
...@@ -1021,7 +1021,6 @@ pm8941-regulators { ...@@ -1021,7 +1021,6 @@ pm8941-regulators {
pm8941_s1: s1 {}; pm8941_s1: s1 {};
pm8941_s2: s2 {}; pm8941_s2: s2 {};
pm8941_s3: s3 {}; pm8941_s3: s3 {};
pm8941_5v: s4 {};
pm8941_l1: l1 {}; pm8941_l1: l1 {};
pm8941_l2: l2 {}; pm8941_l2: l2 {};
...@@ -1051,9 +1050,6 @@ pm8941-regulators { ...@@ -1051,9 +1050,6 @@ pm8941-regulators {
pm8941_lvs1: lvs1 {}; pm8941_lvs1: lvs1 {};
pm8941_lvs2: lvs2 {}; pm8941_lvs2: lvs2 {};
pm8941_lvs3: lvs3 {}; pm8941_lvs3: lvs3 {};
pm8941_5vs1: 5vs1 {};
pm8941_5vs2: 5vs2 {};
}; };
}; };
}; };
......
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