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

Commit b7bd0742 authored by Tirupathi Reddy's avatar Tirupathi Reddy Committed by Gerrit - the friendly Code Review server
Browse files

Revert "ARM: dts: msm: Update MX turbo voltage to 1.3375V on 8916"



PM8916 Mx LDO has a max allowed voltage of 1.2875V. The MX rail needs
to be at 1.2875V when APC is operating in the TURBO corner.

This reverts commit 6b0be149.

Change-Id: I80a5c91567857e95096bc79b6d722a0bc249165d
Signed-off-by: default avatarTirupathi Reddy <tirupath@codeaurora.org>
parent e3727e00
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -52,10 +52,10 @@
		qcom,cpr-voltage-floor = <1050000 1050000 1162500>;
		vdd-apc-supply = <&pm8916_s2>;

		qcom,vdd-mx-corner-map = <1050000 1150000 1337500>;
		qcom,vdd-mx-corner-map = <1050000 1150000 1287500>;
		qcom,vdd-mx-vmin-method = <4>;
		vdd-mx-supply = <&pm8916_l3_ao>;
		qcom,vdd-mx-vmax = <1337500>;
		qcom,vdd-mx-vmax = <1287500>;

		mem-acc-supply = <&mem_acc_vreg_corner>;

@@ -165,7 +165,7 @@
		status = "okay";
		pm8916_l3: regulator-l3 {
			regulator-min-microvolt = <750000>;
			regulator-max-microvolt = <1337500>;
			regulator-max-microvolt = <1287500>;
			status = "okay";
		};

@@ -174,7 +174,7 @@
			regulator-name = "8916_l3_ao";
			qcom,set = <1>;
			regulator-min-microvolt = <750000>;
			regulator-max-microvolt = <1337500>;
			regulator-max-microvolt = <1287500>;
		};

		pm8916_l3_so: regulator-l3-so {
@@ -182,7 +182,7 @@
			regulator-name = "8916_l3_so";
			qcom,set = <2>;
			regulator-min-microvolt = <750000>;
			regulator-max-microvolt = <1337500>;
			regulator-max-microvolt = <1287500>;
			qcom,init-voltage = <750000>;
		};
	};