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

Commit 2251f3ca authored by Ajay Agarwal's avatar Ajay Agarwal
Browse files

ARM: dts: msm: Add vbus_detect as USB extcon for Telematics AU MTP



Add vbus_detect as USB extcon phandle to enable USB detection.

Change-Id: I7379832b52a7b73154e8e991aff4c245e4f6e924
Signed-off-by: default avatarAjay Agarwal <ajaya@codeaurora.org>
parent 4abe03d7
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -21,4 +21,10 @@
	qcom,board-id = <0x08010008 0x0>;
};

&usb {
	extcon = <&vbus_detect>;
};

&vbus_detect {
	status = "okay";
};