diff options
author | Dan Willemsen <dwillemsen@nvidia.com> | 2011-04-25 15:18:14 -0700 |
---|---|---|
committer | Dan Willemsen <dwillemsen@nvidia.com> | 2011-11-30 21:46:17 -0800 |
commit | de3eebf84ed3105c0fbf1456674feed66614d859 (patch) | |
tree | 911ddaa77a86efae1e542178e34b5973513ac0b6 /arch/arm/mach-tegra/board-ventana.c | |
parent | 95fb1fa4a054b3f2885b1773d362d933329b162e (diff) |
HACK: fix ventana build
Original-Change-Id: I1cc3005f179fbb4de44c991c026b73ef1cbd9897
Rebase-Id: R8da265e6645f80c2d7f0211d999b71a241ba0fbc
Diffstat (limited to 'arch/arm/mach-tegra/board-ventana.c')
-rw-r--r-- | arch/arm/mach-tegra/board-ventana.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-tegra/board-ventana.c b/arch/arm/mach-tegra/board-ventana.c index 1709c31cb674..fd7798dc615a 100644 --- a/arch/arm/mach-tegra/board-ventana.c +++ b/arch/arm/mach-tegra/board-ventana.c @@ -333,19 +333,16 @@ static struct tegra_ehci_platform_data tegra_ehci_pdata[] = { .phy_config = &utmi_phy_config[0], .operating_mode = TEGRA_USB_HOST, .power_down_on_bus_suspend = 1, - .usb_phy_type = TEGRA_USB_PHY_TYPE_UTMIP, }, [1] = { .phy_config = &ulpi_phy_config, .operating_mode = TEGRA_USB_HOST, .power_down_on_bus_suspend = 1, - .phy_type = TEGRA_USB_PHY_TYPE_LINK_ULPI, }, [2] = { .phy_config = &utmi_phy_config[1], .operating_mode = TEGRA_USB_HOST, .power_down_on_bus_suspend = 1, - .usb_phy_type = TEGRA_USB_PHY_TYPE_UTMIP, }, }; |