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

Commit bf99bffa authored by Jishnu Prakash's avatar Jishnu Prakash Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Reduce the L6P headroom for lagoon

Reduce the L6P headroom by 16mV as the Auto Headroom Control
(AHC) feature is enabled for lagoon.

Change-Id: I2f401e329fcc50a930a7423f449119e9cf699c22
parent 9d3e723a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -3867,7 +3867,8 @@

&L6P {
	regulator-max-microvolt = <1800000>;
	qcom,min-dropout-voltage = <72000>;
	/* Reduced the headroom by 16mV for AHC */
	qcom,min-dropout-voltage = <56000>;
};

&L7P {