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

Commit 46a50f03 authored by Tatenda Chipeperekwa's avatar Tatenda Chipeperekwa
Browse files

ARM: dts: msm: add extcon pdphy to sde_dp for KONA

To listen to PDPHY notifications for USB cable connect/disconnect,
add pdphy extcon handler to SDE DP device tree node.

CRs-Fixed: 2534732
Change-Id: Ib91840a03cbf8f4b84427c98ab7139de87b1ef31
parent c36ab4cf
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -175,3 +175,7 @@
&usb0 {
	extcon = <&pm8150b_pdphy>, <&eud>;
};

&sde_dp {
	extcon = <&pm8150b_pdphy>;
};