arm: tegra: dts: Mark USB1 as an OTG port on Seaboard
authorSimon Glass <sjg@chromium.org>
Wed, 7 Mar 2012 05:04:34 +0000 (21:04 -0800)
committerOlof Johansson <olof@lixom.net>
Wed, 7 Mar 2012 22:36:56 +0000 (14:36 -0800)
The USB1 port on Tegra2 supports operation in host or device modes. On
Seaboard this is possible, so mark the port as OTG.

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Stephen Warren <swarren@wwwdotorg.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/boot/dts/tegra-seaboard.dts

index 876d5c92ce3692eb979918d5e9a08d85f73d5a57..dbf1c5a171c251625e9fc39f5cec8efd35668ee1 100644 (file)
 
        usb@c5000000 {
                nvidia,vbus-gpio = <&gpio 24 0>; /* PD0 */
+               dr_mode = "otg";
        };
 
        gpio-keys {
This page took 0.03166 seconds and 5 git commands to generate.