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

Commit b1cb6a74 authored by Anirudh Ghayal's avatar Anirudh Ghayal
Browse files

ARM: dts: msm: Update the voltage-range for LDO10/LDO17 on MSM8937



Update the LDO10 max-voltage threshold and LDO17
min/max thresholds to satisfy the client requirements.

Change-Id: Ie8118d924de0aacdecda224e8a6fca43996eb113
Signed-off-by: default avatarAnirudh Ghayal <aghayal@codeaurora.org>
parent 87bcf4a6
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -182,7 +182,7 @@
		status = "okay";
		pm8937_l10: regulator-l10 {
			regulator-min-microvolt = <2800000>;
			regulator-max-microvolt = <2800000>;
			regulator-max-microvolt = <3000000>;
			qcom,init-voltage = <2800000>;
			status = "okay";
		};
@@ -251,9 +251,9 @@
	rpm-regulator-ldoa17 {
		status = "okay";
		pm8937_l17: regulator-l17 {
			regulator-min-microvolt = <2850000>;
			regulator-max-microvolt = <2850000>;
			qcom,init-voltage = <2850000>;
			regulator-min-microvolt = <2800000>;
			regulator-max-microvolt = <2900000>;
			qcom,init-voltage = <2800000>;
			status = "okay";
		};
	};