ARM: dts: msm: Correct vote on LDO11 for VDDIO on sdm630
On sdm630, VDDIO needs 1.8V and LDO11 votes for 1.88V which is causing higher power numbers. Update the vote correctly for LDO11. Change-Id: I333dbf3077aa528376825f8fb2ff130feba9c477 Signed-off-by: Ashish Garg <ashigarg@codeaurora.org>
This commit is contained in:
parent
5a092dc83c
commit
4d37a6270c
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,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