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

Commit 0e4f8012 authored by Kiran Gunda's avatar Kiran Gunda
Browse files

ARM: dts: msm: Reduce the L1P/L2P headroom for lito

Reduce the L1P/L2P headroom by 16mV as the Auto Headroom Control
(AHC) feature is enabled for lito.

Change-Id: I4c2d309fcdf8599ade68104029e8900525ea9021
parent be500af6
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -3961,12 +3961,14 @@

&L1P {
	regulator-max-microvolt = <1056000>;
	qcom,min-dropout-voltage = <225000>;
	/* Reduced the headroom by 16mV for AHC */
	qcom,min-dropout-voltage = <209000>;
};

&L2P {
	regulator-max-microvolt = <1104000>;
	qcom,min-dropout-voltage = <225000>;
	/* Reduced the headroom by 16mV for AHC */
	qcom,min-dropout-voltage = <209000>;
};

&L3P {