diff options
author | Ken Chang <kenc@nvidia.com> | 2011-07-05 14:38:46 +0800 |
---|---|---|
committer | Manish Tuteja <mtuteja@nvidia.com> | 2011-07-06 22:27:17 -0700 |
commit | 6d4d10e838c805ad27567127382fadf8e6bff7ea (patch) | |
tree | b07dbe21ff8226834be27b597917faefc6b4a39d | |
parent | 4f43316f3cbe55dc75e67002bfff37dcbba4178e (diff) |
ARM: tegra: ventana: set usb2 phy typetegra-11.2.10
set usb2 phy type to TEGRA_USB_PHY_TYPE_LINK_ULPI
bug 845612
Change-Id: I35ae7a2e3eb6e0666a1b54e5249faad4f77bd299
Reviewed-on: http://git-master/r/39603
Reviewed-by: Manish Tuteja <mtuteja@nvidia.com>
Tested-by: Manish Tuteja <mtuteja@nvidia.com>
Reviewed-by: ChihJen Hsu <chhsu@nvidia.com>
-rw-r--r-- | arch/arm/mach-tegra/board-ventana.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/board-ventana.c b/arch/arm/mach-tegra/board-ventana.c index 8b0ecd915e11..656ea0c5d3bc 100644 --- a/arch/arm/mach-tegra/board-ventana.c +++ b/arch/arm/mach-tegra/board-ventana.c @@ -362,6 +362,7 @@ static struct tegra_ehci_platform_data ventana_ehci2_ulpi_platform_data = { .operating_mode = TEGRA_USB_HOST, .power_down_on_bus_suspend = 1, .phy_config = &ventana_ehci2_ulpi_phy_config, + .phy_type = TEGRA_USB_PHY_TYPE_LINK_ULPI, }; static struct tegra_i2c_platform_data ventana_i2c1_platform_data = { @@ -721,6 +722,7 @@ static struct tegra_ehci_platform_data tegra_ehci_pdata[] = { .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], |