Skip to content

Commit

Permalink
arm: tegra: dts: Add legacy mode support to Tegra2x USB1 port
Browse files Browse the repository at this point in the history
Tegra's USB1 port supports legacy mode, so mark it as such. Even if we
don't use it, we must turn it off in the driver.

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 d5dfcc9 commit ba202f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/boot/dts/tegra20.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@
reg = <0xc5000000 0x4000>;
interrupts = < 0 20 0x04 >;
phy_type = "utmi";
nvidia,has-legacy-mode;
};

usb@c5004000 {
Expand Down

0 comments on commit ba202f1

Please sign in to comment.