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

Commit c739cbfa authored by Sandeep Singh's avatar Sandeep Singh
Browse files

ARM: dts: msm: Add icnss regulator for holi-pm6125

Add icnss regulators for holi-pm6125.

Change-Id: I257a8d46e42fbe67c418f86bd1783d9796f43c96
parent 337db00d
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -3,3 +3,16 @@
&mdss_dsi_phy0 {
	vdda-0p9-supply = <&S6A>;
};

&soc {
	icnss: qcom,icnss@C800000 {
		vdd-cx-mx-supply = <&L2E>;
		vdd-1.8-xo-supply = <&L16A>;
		vdd-1.3-rfa-supply = <&L2A>;
		vdd-3.3-ch1-supply = <&L21A>;
		vdd-3.3-ch0-supply = <&L23A>;
		qcom,vdd-cx-mx-config = <640000 640000>;
		qcom,vdd-3.3-ch1-config = <3000000 3312000>;
		qcom,vdd-3.3-ch0-config = <3000000 3312000>;
	};
};