Skip to content

Commit

Permalink
arm: tegra: dts: Mark USB1 as an OTG port on Seaboard
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Simon Glass authored and Olof Johansson committed Mar 7, 2012
1 parent ba202f1 commit 0a42803
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/boot/dts/tegra-seaboard.dts
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@

usb@c5000000 {
nvidia,vbus-gpio = <&gpio 24 0>; /* PD0 */
dr_mode = "otg";
};

gpio-keys {
Expand Down

0 comments on commit 0a42803

Please sign in to comment.