ARM: dts: msm: correct vote on ldo11 for vddio on sdm660
On sdm660, VDDIO needs 1.8V and LDO11 is voted for 1.88V which is causing higher power numbers. Update the vote correctly for LDO11. Change-Id: Id6178d312394a4c4bebb77659f6eb7e21574137b Signed-off-by: Ashish Garg <ashigarg@codeaurora.org>
This commit is contained in:
parent
2e47ba9a64
commit
c3a44d2d67
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
|||
qcom,panel-supply-entry@0 {
|
||||
reg = <0>;
|
||||
qcom,supply-name = "wqhd-vddio";
|
||||
qcom,supply-min-voltage = <1880000>;
|
||||
qcom,supply-min-voltage = <1800000>;
|
||||
qcom,supply-max-voltage = <1950000>;
|
||||
qcom,supply-enable-load = <32000>;
|
||||
qcom,supply-disable-load = <80>;
|
||||
|
|
Loading…
Add table
Reference in a new issue