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 <sjg@chromium.org>
Acked-by: Stephen Warren <swarren@wwwdotorg.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
This commit is contained in:
Simon Glass 2012-03-06 21:04:33 -08:00 committed by Olof Johansson
parent d5dfcc91b1
commit ba202f15cd

View file

@ -188,6 +188,7 @@ usb@c5000000 {
reg = <0xc5000000 0x4000>;
interrupts = < 0 20 0x04 >;
phy_type = "utmi";
nvidia,has-legacy-mode;
};
usb@c5004000 {