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

Commit 794766b2 authored by Hemant Kumar's avatar Hemant Kumar
Browse files

ARM: dts: msm: Add extcon handle for VBUS notification on sdxpoorwills



Add gpio-usbdetect as extcon handle to receive usb device mode vbus
connect/disconnect notification.

Change-Id: I3f33c3406cfe1905e0f17594ebf78f9ea5d67895
Signed-off-by: default avatarHemant Kumar <hemantk@codeaurora.org>
parent 5657f9dd
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -23,3 +23,13 @@
&qnand_1 {
	status = "ok";
};

&vbus_detect {
	status = "okay";
};

&usb {
	status = "okay";
	qcom,connector-type-uAB;
	extcon = <0>, <0>, <0>, <&vbus_detect>;
};