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

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

ARM: dts: msm: Change the min voltage of LDO13A for lito

Change the min voltage of the LDO13A to 3.008V as per the
HW recommendation.

Change-Id: Iac198dcdbcf16dbd7e67297a3c3d70ca2e4dd4f3
parent 0fd0dc86
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -359,9 +359,9 @@
		L13A: pm8150_l13: regulator-pm8150-l13 {
			regulator-name = "pm8150_l13";
			qcom,set = <RPMH_REGULATOR_SET_ALL>;
			regulator-min-microvolt = <2696000>;
			regulator-min-microvolt = <3008000>;
			regulator-max-microvolt = <3304000>;
			qcom,init-voltage = <2696000>;
			qcom,init-voltage = <3008000>;
			qcom,init-mode = <RPMH_REGULATOR_MODE_LPM>;
		};
	};