Skip to content

Commit

Permalink
ARM: dts: imx6ul-14x14-evk: add USB dual-role support
Browse files Browse the repository at this point in the history
With commit 851ce93 ("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>
  • Loading branch information
Peter Chen authored and Shawn Guo committed Nov 1, 2016
1 parent 478c944 commit a16fe2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/imx6ul-14x14-evk.dts
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@
};

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

Expand Down

0 comments on commit a16fe2c

Please sign in to comment.