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

Commit 081170e3 authored by Shadab Naseem's avatar Shadab Naseem
Browse files

ARM: dts: msm: Correct the regulator entries for LPASS for Bengal

The regulator entries for LPASS is to be updated with LPI_CX and
LPI_MX in Bengal platform.

Change-Id: I876ac44f28acbf1b3aaa389a24f09f6977b04b89
parent 395c96cf
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -1024,9 +1024,11 @@
		compatible = "qcom,pil-tz-generic";
		reg = <0xab00000 0x00100>;

		vdd_cx-supply = <&L3A_LEVEL>;
		qcom,proxy-reg-names = "vdd_cx";
		qcom,vdd_cx-uV-uA = <RPMH_REGULATOR_LEVEL_TURBO 100000>;
		vdd_lpi_cx-supply = <&L3A_LEVEL>;
		qcom,proxy-reg-names = "vdd_lpi_cx", "vdd_lpi_mx";
		qcom,vdd_lpi_cx-uV-uA = <RPMH_REGULATOR_LEVEL_TURBO 0>;
		vdd_lpi_mx-supply = <&L2A_LEVEL>;
		qcom,vdd_lpi_mx-uV-uA = <RPMH_REGULATOR_LEVEL_TURBO 0>;

		clocks = <&rpmcc CXO_SMD_PIL_LPASS_CLK>;
		clock-names = "xo";