diff options
author | Simon Glass <[email protected]> | 2012-03-06 21:04:34 -0800 |
---|---|---|
committer | Olof Johansson <[email protected]> | 2012-03-07 14:36:56 -0800 |
commit | 0a428036dfb28be3e5f0d671e3457509d1f4ea29 (patch) | |
tree | 737a83638e6ce50e443d21c9a11848ed65bb15ae | |
parent | ba202f15cd5d8781249a453431bca2770ba797ee (diff) |
arm: tegra: dts: Mark USB1 as an OTG port on Seaboard
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 <[email protected]>
Acked-by: Stephen Warren <[email protected]>
Signed-off-by: Olof Johansson <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/tegra-seaboard.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/tegra-seaboard.dts b/arch/arm/boot/dts/tegra-seaboard.dts index 876d5c92ce36..dbf1c5a171c2 100644 --- a/arch/arm/boot/dts/tegra-seaboard.dts +++ b/arch/arm/boot/dts/tegra-seaboard.dts @@ -112,6 +112,7 @@ usb@c5000000 { nvidia,vbus-gpio = <&gpio 24 0>; /* PD0 */ + dr_mode = "otg"; }; gpio-keys { |