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

Commit 52b2d176 authored by David Collins's avatar David Collins
Browse files

ARM: dts: msm: increase VDD_APC1 Turbo ceiling voltage for msm8994



Increase the VDD_APC1 cpr-regulator Turbo corner ceiling voltage
from 1.115 V to 1.225 V.  This modification allows chips to be
used which require more than 1.115 V for stable operation at the
highest frequency of the A57 cluster.

Change-Id: Icafb3728ed70ce1b9f87036fc0afaaed8c879ed2
Signed-off-by: default avatarDavid Collins <collinsd@codeaurora.org>
parent a7031c70
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -499,7 +499,7 @@
			reg = <0x3200 0x100>;
			regulator-name = "pm8994_s11";
			regulator-min-microvolt = <725000>;
			regulator-max-microvolt = <1115000>;
			regulator-max-microvolt = <1225000>;
			qcom,cpu-num = <4>;
		};
	};
@@ -566,7 +566,7 @@
		regulator-min-microvolt = <1>;
		regulator-max-microvolt = <3>;

		qcom,cpr-voltage-ceiling = <900000 1000000 1115000>;
		qcom,cpr-voltage-ceiling = <900000 1000000 1225000>;
		qcom,cpr-voltage-floor =   <725000  840000  940000>;
		vdd-apc-supply = <&pm8994_s11>;