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

Commit 8f2ea356 authored by Udipto Goswami's avatar Udipto Goswami Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: qcom: Add USB support for Lagoon

Add usb pdphy nodes and extcon for concurrent
support of DP and USB in Lagoon.

Change-Id: Ie139a7ea2917df050a5611676009d46175b78a95
parent 73bc4cd9
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -2831,6 +2831,8 @@
};

&pm7250b_charger {
	dpdm-supply = <&qusb_phy0>;

	smb5_vbus: qcom,smb5-vbus {
		regulator-name = "smb5-vbus";
	};
@@ -3043,3 +3045,16 @@
	};
};

&pm7250b_pdphy {
	vdd-pdphy-supply = <&L3A>;
	vbus-supply = <&smb5_vbus>;
	vconn-supply = <&smb5_vconn>;
};

&usb0 {
	extcon = <&pm7250b_pdphy>, <&pm7250b_charger>;
};

&usb_qmp_dp_phy {
	extcon = <&pm7250b_pdphy>;
};