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

Commit a4956397 authored by Bruce Levy's avatar Bruce Levy
Browse files

ARM: dts: qcom: Add proxy vote for LPI_CX and LPI_MX

The LPASS PIL driver is using incorrect regulator sources.
Update them to use the proper regulator sources. And remove
the flag that keeps the regulator on even after PIL loading.

Change-Id: I072973a1909f49c073c46821c988e1ac8aa500eb
parent 8f3feb59
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -2854,9 +2854,11 @@
		compatible = "qcom,pil-tz-generic";
		reg = <0x17300000 0x00100>;

		vdd_cx-supply = <&VDD_CX_LEVEL>;
		vdd_cx-supply = <&L11A_LEVEL>;
		qcom,vdd_cx-uV-uA = <RPMH_REGULATOR_LEVEL_TURBO 0>;
		qcom,proxy-reg-names = "vdd_cx";
		vdd_mx-supply = <&L4A_LEVEL>;
		qcom,vdd_mx-uV-uA = <RPMH_REGULATOR_LEVEL_TURBO 0>;
		qcom,proxy-reg-names = "vdd_cx","vdd_mx";

		clocks = <&clock_rpmh RPMH_CXO_CLK>;
		clock-names = "xo";