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

Commit 5700d337 authored by Ke Liu's avatar Ke Liu
Browse files

ARM: dts: msm: update SMPS 11 minimum voltage for msm8994



Currently, PM8994 SMPS 11 is configured with a minimum voltage of 725 mV.
However, the APC1 CPR regulator device which is a consumer of S11
may need to request voltages as low as 700 mV. Therefore, reduce the
minimum allowed S11 voltage to 700 mV so that such requests can succeed.

CRs-Fixed: 773253
Change-Id: I4dc2b74163e0173207abc7250d9409d8dedb2b0b
Signed-off-by: default avatarKe Liu <keliu@codeaurora.org>
parent ac55a028
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -553,7 +553,7 @@
			compatible = "qcom,spm-regulator";
			reg = <0x3200 0x100>;
			regulator-name = "pm8994_s11";
			regulator-min-microvolt = <725000>;
			regulator-min-microvolt = <700000>;
			regulator-max-microvolt = <1225000>;
			qcom,cpu-num = <4>;
		};