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

Commit f44a80f7 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: I5d91718edf1e8557523910e1f327df2d423ce52b
Signed-off-by: default avatarHemant Kumar <hemantk@codeaurora.org>
parent 14681b57
Loading
Loading
Loading
Loading
+5 −0
Original line number Original line Diff line number Diff line
@@ -25,6 +25,11 @@
	status = "okay";
	status = "okay";
};
};


&usb {
	status = "okay";
	extcon = <&vbus_detect>;
};

&pcie_ep {
&pcie_ep {
	status = "okay";
	status = "okay";
};
};
+5 −0
Original line number Original line Diff line number Diff line
@@ -25,6 +25,11 @@
	status = "okay";
	status = "okay";
};
};


&usb {
	status = "okay";
	extcon = <&vbus_detect>;
};

&pcie_ep {
&pcie_ep {
	status = "okay";
	status = "okay";
};
};