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

Commit 3a9096de authored by Ajay Singh Parmar's avatar Ajay Singh Parmar
Browse files

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



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

CRs-Fixed: 2338665
Change-Id: Ib91840a03cbf8f4b84427c98ab7139de87b1ef31
Signed-off-by: default avatarAjay Singh Parmar <aparmar@codeaurora.org>
parent 18d33652
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -108,3 +108,7 @@
&usb_qmp_dp_phy {
	extcon = <&pm8150b_pdphy>;
};

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