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

Commit e73b86b7 authored by David Collins's avatar David Collins
Browse files

ARM: dts: msm: reduce S2E regulator minimum voltage for Lahaina

Reduce the minimum allowed voltage for PMR735A SMPS 2 (S2E) to
500 mV so that retention voltage voting can be performed.

Change-Id: Iba4800a371f7f421daa940f26b687ba9f239317e
parent 03417227
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -826,7 +826,7 @@
		S2E: pmr735a_s2: regulator-pmr735a-s2 {
			regulator-name = "pmr735a_s2";
			qcom,set = <RPMH_REGULATOR_SET_ALL>;
			regulator-min-microvolt = <800000>;
			regulator-min-microvolt = <500000>;
			regulator-max-microvolt = <976000>;
			qcom,init-voltage = <852000>;
		};