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

Commit 00c23d74 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

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

parents cf99d8a2 a2354879
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>;
};