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

Commit d65d8d9a authored by Arjun Singh's avatar Arjun Singh Committed by Gerrit - the friendly Code Review server
Browse files

arm: dts: qcom: Update the min voltage for LDO15 voltage to 3v



Updates LDO15's min voltage to 3v instead of 3.3v for msm8909w+pm660.

Change-Id: Idb95496936f228d04e5141783d39f39dc36e9ca8
Signed-off-by: default avatarArjun Singh <arsingh@codeaurora.org>
parent 87b63878
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -266,9 +266,9 @@
	rpm-regulator-ldoa15 {
		status = "okay";
		pm660_l15: regulator-l15 {
			regulator-min-microvolt = <3300000>;
			regulator-min-microvolt = <3000000>;
			regulator-max-microvolt = <3300000>;
			qcom,init-voltage = <3300000>;
			qcom,init-voltage = <3000000>;
			status = "okay";
		};
	};