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

Commit 4cd8449e authored by David Collins's avatar David Collins
Browse files

ARM: dts: msm: use active-only VDD_MX regulator for APC0/1 on msm8994



Update the APC0 and APC1 cpr-regulator devices to use the
active-only VDD_MX regulator pm8994_s2_corner_ao instead of the
active + sleep VDD_MX regulator pm8994_s2_corner.  This ensures
that the RPM can lower VDD_MX to its retention voltage during RPM
assisted power collapse.

Change-Id: I75143254dc9f0c37edacd2c68817e3c96d5715d0
Signed-off-by: default avatarDavid Collins <collinsd@codeaurora.org>
parent ff1ff8e0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -514,7 +514,7 @@
		qcom,vdd-mx-corner-map = <4 5 7>;
		qcom,vdd-mx-vmax = <7>;
		qcom,vdd-mx-vmin-method = <4>;
		vdd-mx-supply = <&pm8994_s2_corner>;
		vdd-mx-supply = <&pm8994_s2_corner_ao>;

		qcom,cpr-ref-clk = <19200>;
		qcom,cpr-timer-delay = <5000>;
@@ -563,7 +563,7 @@
		qcom,vdd-mx-corner-map = <4 5 7>;
		qcom,vdd-mx-vmax = <7>;
		qcom,vdd-mx-vmin-method = <4>;
		vdd-mx-supply = <&pm8994_s2_corner>;
		vdd-mx-supply = <&pm8994_s2_corner_ao>;

		qcom,cpr-ref-clk = <19200>;
		qcom,cpr-timer-delay = <5000>;