ARM: dts: msm: Set 1.848V as the minimum voltage for LDO24 on msm8998
Allow this LDO regulator's voltage to be scaled by clients within the range of 1.848V to 3.088V. Change-Id: I6e99bdbdcd8995afe2496b119301c5e871a88feb Signed-off-by: Jack Pham <jackp@codeaurora.org>
This commit is contained in:
parent
0bdf562cc7
commit
b0482ace1a
1 changed files with 1 additions and 1 deletions
|
@ -407,7 +407,7 @@
|
|||
rpm-regulator-ldoa24 {
|
||||
status = "okay";
|
||||
pm8998_l24: regulator-l24 {
|
||||
regulator-min-microvolt = <3088000>;
|
||||
regulator-min-microvolt = <1848000>;
|
||||
regulator-max-microvolt = <3088000>;
|
||||
parent-supply = <&pm8998_l12>;
|
||||
status = "okay";
|
||||
|
|
Loading…
Add table
Reference in a new issue