Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4d37a627 authored by Ashish Garg's avatar Ashish Garg
Browse files

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: default avatarAshish Garg <ashigarg@codeaurora.org>
parent 5a092dc8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>;