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

Commit 66ad4f4f authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 92b0fef6 4c05d3e4
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
@@ -544,3 +544,7 @@ aliases {
&wil6210 {
	status = "ok";
};

&ext_5v_boost {
	status = "ok";
};
+4 −0
Original line number Diff line number Diff line
@@ -321,6 +321,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