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

Commit 139c5ea9 authored by Kavya Nunna's avatar Kavya Nunna Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Update LDO2 regulator-min-voltage to 500mV for QM215



Update LDO2 regulator-min-voltage to the value lower than
retention voltage (600mV) to keep the MX rail in retention
mode during the sleep.

Also remove the qcom,init-voltage as the regulator framework
sends the min-voltage during the regulator_register.

Change-Id: I99fde7f8cd50e6b90d8ee56a03a0c3e819560cac
Signed-off-by: default avatarKavya Nunna <knunna@codeaurora.org>
parent 01087284
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -64,7 +64,6 @@
		pm8916_s3: regulator-s3 {
			regulator-min-microvolt = <1000000>;
			regulator-max-microvolt = <1448000>;
			qcom,init-voltage = <1000000>;
			status = "okay";
		};
	};
@@ -93,9 +92,8 @@
	rpm-regulator-ldoa2 {
		status = "okay";
		pm8916_l2: regulator-l2 {
			regulator-min-microvolt = <944000>;
			regulator-min-microvolt = <500000>;
			regulator-max-microvolt = <1088000>;
			qcom,init-voltage = <944000>;
			status = "okay";
		};