OSDN Git Service

ARM: dts: imx6ul-14x14-evk: add USB dual-role support
authorPeter Chen <peter.chen@nxp.com>
Tue, 2 Aug 2016 09:08:23 +0000 (17:08 +0800)
committerShawn Guo <shawnguo@kernel.org>
Tue, 1 Nov 2016 13:35:01 +0000 (21:35 +0800)
With commit 851ce932242d ("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: Peter Chen <peter.chen@nxp.com>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6ul-14x14-evk.dts

index e281d50..c5cf942 100644 (file)
 };
 
 &usbotg1 {
-       dr_mode = "peripheral";
+       dr_mode = "otg";
        status = "okay";
 };