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

Commit e3cf8dbc authored by Pratham Pratap's avatar Pratham Pratap
Browse files

ARM: dts: msm: Add extcon phandle for usb_qmp_dp_phy for lito

This change adds extcon phandle for usb_qmp_dp_phy which
is used by driver for notifying number of lanes in case of
USB+DP concurrent mode.

Change-Id: I3e77e61226dbace7ed61f31a752976fce44bde69
parent 5c879dbe
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -446,3 +446,7 @@
&usb0 {
	extcon = <&pm7250b_pdphy>, <&eud>;
};

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