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

Commit 2511bdc6 authored by Sriharsha Allenki's avatar Sriharsha Allenki
Browse files

ARM: dts: msm: Add extcon for USB on trinket



Add pmi632_charger node as extcon for USB on trinket
to support dynamic switch between host and peripheral
using extcon based VBUS and ID notifications from
PMI632.

Change-Id: I2423439833587c71781e01ba052237bf94ac04bb
Signed-off-by: default avatarSriharsha Allenki <sallenki@codeaurora.org>
parent 4b54d9aa
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1405,3 +1405,7 @@
&venus_gdsc {
	status = "ok";
};

&usb0 {
	extcon = <&pmi632_charger>;
};