diff options
author | Simon Glass <[email protected]> | 2012-03-06 21:04:33 -0800 |
---|---|---|
committer | Olof Johansson <[email protected]> | 2012-03-07 14:36:52 -0800 |
commit | ba202f15cd5d8781249a453431bca2770ba797ee (patch) | |
tree | 10762c04dbc6e62a922003e5e9d9f53a73486b68 | |
parent | d5dfcc91b179f40652318b9f3d76c31d2f908000 (diff) |
arm: tegra: dts: Add legacy mode support to Tegra2x USB1 port
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 <[email protected]>
Acked-by: Stephen Warren <[email protected]>
Signed-off-by: Olof Johansson <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/tegra20.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/tegra20.dtsi b/arch/arm/boot/dts/tegra20.dtsi index d2bc7e7ad06d..f29978ecaebe 100644 --- a/arch/arm/boot/dts/tegra20.dtsi +++ b/arch/arm/boot/dts/tegra20.dtsi @@ -188,6 +188,7 @@ reg = <0xc5000000 0x4000>; interrupts = < 0 20 0x04 >; phy_type = "utmi"; + nvidia,has-legacy-mode; }; usb@c5004000 { |