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

Commit acf1ba95 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Reduce the L1P/L2P headroom for lagoon"

parents 0c9582b7 be8c16ca
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -4061,12 +4061,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 {