ARM: dts: msm: update min voltage for pmcobalt s5 and s7
PMCOBALT S5 is an always on regulator that sources the internal infrastructure for XO. It's minimum operating voltage is 1904 mV. PMCOBALT S7 has a 900 mV minimum operating voltage. Update the minimum voltage for PMCOBALT S5 and S7. Change-Id: I4ec609b45f5313d7c19ff6201742b0c5daf54174 Signed-off-by: Nicholas Troast <ntroast@codeaurora.org>
This commit is contained in:
parent
8665552e83
commit
6f50a62d39
1 changed files with 2 additions and 2 deletions
|
@ -82,7 +82,7 @@
|
|||
rpm-regulator-smpa5 {
|
||||
status = "okay";
|
||||
pmcobalt_s5: regulator-s5 {
|
||||
regulator-min-microvolt = <2040000>;
|
||||
regulator-min-microvolt = <1904000>;
|
||||
regulator-max-microvolt = <2040000>;
|
||||
status = "okay";
|
||||
};
|
||||
|
@ -91,7 +91,7 @@
|
|||
rpm-regulator-smpa7 {
|
||||
status = "okay";
|
||||
pmcobalt_s7: regulator-s7 {
|
||||
regulator-min-microvolt = <1028000>;
|
||||
regulator-min-microvolt = <900000>;
|
||||
regulator-max-microvolt = <1028000>;
|
||||
status = "okay";
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue