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

Commit a16fe2c1 authored by Peter Chen's avatar Peter Chen Committed by Shawn Guo
Browse files

ARM: dts: imx6ul-14x14-evk: add USB dual-role support



With commit 851ce932 ("usb: chipidea: otg: don't wait vbus
drops below BSV when starts host"), the driver can support
enabling vbus output without software control, so this board
(control vbus output through ID pin) can support dual-role now.

Signed-off-by: default avatarPeter Chen <peter.chen@nxp.com>
Reviewed-by: default avatarFabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 478c9440
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -225,7 +225,7 @@
};

&usbotg1 {
	dr_mode = "peripheral";
	dr_mode = "otg";
	status = "okay";
};