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

Commit eb1fd5a8 authored by Kiran Gunda's avatar Kiran Gunda Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Do not modify the pm8008 voltages for trinket



Do not set the min voltages of the L1P/L2P more than the parent
regulator to make sure the proper min voltage vote on the parent.
Hence, remove the min voltage modifications.

Change-Id: Ia9fa26d90f1b9a009913fff8fb6c939890b43cbf
Signed-off-by: default avatarKiran Gunda <kgunda@codeaurora.org>
parent a4369515
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -3106,13 +3106,11 @@
};

&L1P {
	regulator-min-microvolt = <1200000>;
	regulator-max-microvolt = <1200000>;
	qcom,min-dropout-voltage = <100000>;
};

&L2P {
	regulator-min-microvolt = <1104000>;
	regulator-max-microvolt = <1104000>;
	qcom,min-dropout-voltage = <100000>;
};