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

Commit 9a095e63 authored by David Collins's avatar David Collins
Browse files

ARM: dts: msm: configure APC supply regulator S2 to auto mode for msm8226



Configure PMIC PM8226 regulator SMPS 2 for auto mode.  When
operating in auto mode, the regulator automatically switches
between PWM (high power) and PFM (low power) modes based upon
real-time current consumption.  This results in lower aggregate
power consumption since PFM mode has lower ground current than
PWM mode.

Change-Id: I4868a965e033000a27d55db43f37140910eeba8b
CRs-Fixed: 522545
Signed-off-by: default avatarDavid Collins <collinsd@codeaurora.org>
parent 49110a93
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@
			reg = <0x1700 0x100>;
			regulator-min-microvolt = <900000>;
			regulator-max-microvolt = <1275000>;
			qcom,mode = "auto";
		};
	};
};