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

Commit a2354879 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: Id8761f67bfa57d12df3e0d5a38620904ff890cce
Signed-off-by: default avatarHemant Kumar <hemantk@codeaurora.org>
parent 170bdd33
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -12,3 +12,12 @@

#include "sdxpoorwills-mtp.dtsi"

&vbus_detect {
	status = "okay";
};

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