ARM: dts: msm: update regulator configurations for 8996AU CDP

As per the hardware documentation, update the voltage regulator
configurations needed for 8996AU CDP. This overrides the settings
done in msm8996-regulator.dtsi.

CRs-Fixed: 978343
Change-Id: I250e5c6e7f6d80ab1415b873c9ed6e405aae0c4c
Signed-off-by: Subbaraman Narayanamurthy <subbaram@codeaurora.org>
This commit is contained in:
Subbaraman Narayanamurthy 2016-01-06 19:36:43 -08:00 committed by David Keitel
parent a57fad4b40
commit 2b72760a0a

View file

@ -902,3 +902,63 @@
<600000 600000 600000 600000 600000
600000 600000 600000>;
};
&pm8994_l3 {
regulator-min-microvolt = <875000>;
regulator-max-microvolt = <875000>;
qcom,init-voltage = <875000>;
};
&pm8994_l11 {
regulator-min-microvolt = <850000>;
regulator-max-microvolt = <850000>;
qcom,init-voltage = <850000>;
};
&pm8994_l17 {
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>;
qcom,init-voltage = <1800000>;
};
&pm8994_l23 {
regulator-min-microvolt = <1100000>;
regulator-max-microvolt = <1100000>;
qcom,init-voltage = <1100000>;
};
&pm8994_l27 {
regulator-min-microvolt = <800000>;
regulator-max-microvolt = <800000>;
qcom,init-voltage = <800000>;
};
&pm8994_l29 {
regulator-min-microvolt = <2500000>;
regulator-max-microvolt = <2500000>;
qcom,init-voltage = <2500000>;
};
&rpm_bus {
rpm-regulator-ldoa26 {
/delete-node/ pm8994_l26_corner;
/delete-node/ pm8994_l26_floor_corner;
pm8994_l26: regulator-l26 {
regulator-min-microvolt = <1100000>;
regulator-max-microvolt = <1100000>;
qcom,init-voltage = <1100000>;
status = "okay";
};
};
rpm-regulator-ldoa31 {
status = "okay";
pm8994_l31: regulator-l31 {
regulator-min-microvolt = <1100000>;
regulator-max-microvolt = <1100000>;
qcom,init-voltage = <1100000>;
status = "okay";
};
};
};