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

Commit 4c05d3e4 authored by Harry Yang's avatar Harry Yang
Browse files

ARM: dts: msm: Add external 5V boost support for SDM845



In SDM845 with MID-MID configuration, the external 5V boost in SEM1355
is controlled via PMI8998 GPIO10. Expose it as a fixed regulator.

Remove smb2_vbus node, not used in SDM845 platforms.

Change-Id: Ibca1d607738a4c7ed8746d09de9ca1ceaecb3415
Signed-off-by: default avatarHarry Yang <harryy@codeaurora.org>
parent ea5149e3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -211,7 +211,7 @@
			compatible = "qcom,qpnp-pdphy";
			reg = <0x1700 0x100>;
			vdd-pdphy-supply = <&pm8998_l24>;
			vbus-supply = <&smb2_vbus>;
			vbus-supply = <&ext_5v_boost>;
			vconn-supply = <&smb2_vconn>;
			interrupts = <0x2 0x17 0x0 IRQ_TYPE_EDGE_RISING>,
				     <0x2 0x17 0x1 IRQ_TYPE_EDGE_RISING>,
+4 −0
Original line number Diff line number Diff line
@@ -522,3 +522,7 @@ aliases {
&wil6210 {
	status = "ok";
};

&ext_5v_boost {
	status = "ok";
};
+4 −0
Original line number Diff line number Diff line
@@ -299,6 +299,10 @@ aliases {
	status = "okay";
};

&ext_5v_boost {
	status = "ok";
};

&usb_qmp_phy {
	status = "okay";
};
+9 −0
Original line number Diff line number Diff line
@@ -2839,4 +2839,13 @@
			power-source = <0>;
		};
	};

	usb2_ext_5v_boost {
		usb2_ext_5v_boost_default: usb2_ext_5v_boost_default {
			pins = "gpio10";
			function = "normal";
			output-low;
			power-source = <0>;
		};
	};
};
+4 −0
Original line number Diff line number Diff line
@@ -191,3 +191,7 @@
&wil6210 {
	status = "ok";
};

&ext_5v_boost {
	status = "ok";
};
Loading