summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-ventana.c
diff options
context:
space:
mode:
authorSuresh Mangipudi <smangipudi@nvidia.com>2011-02-15 13:53:46 +0530
committerDan Willemsen <dwillemsen@nvidia.com>2011-04-26 15:51:49 -0700
commit163cbe742031533be42bb85925a8b58af0f2ed11 (patch)
tree2678ff58f25e468404c17cf4dad71781f1ee468a /arch/arm/mach-tegra/board-ventana.c
parente927588cff2efee55eba3163b8724a3175805de7 (diff)
tegra: usb: ventana: Select proper phytype
Set proper phy type for each of the USB host instances. Original-Change-Id: Ic02e2bdddf77c9118c312d2d9aeb607721e7769b Reviewed-on: http://git-master/r/19568 Reviewed-by: Suresh Mangipudi <smangipudi@nvidia.com> Tested-by: Suresh Mangipudi <smangipudi@nvidia.com> Reviewed-by: Hanumanth Venkateswa Moganty <vmoganty@nvidia.com> Change-Id: Ida37a16bdb214dc3263dc653013aa71db86fd161
Diffstat (limited to 'arch/arm/mach-tegra/board-ventana.c')
-rw-r--r--arch/arm/mach-tegra/board-ventana.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/board-ventana.c b/arch/arm/mach-tegra/board-ventana.c
index b537694f4df4..c11ad0ad32dc 100644
--- a/arch/arm/mach-tegra/board-ventana.c
+++ b/arch/arm/mach-tegra/board-ventana.c
@@ -353,6 +353,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,
+ .usb_phy_type = TEGRA_USB_PHY_TYPE_ULPI,
};
static struct tegra_i2c_platform_data ventana_i2c1_platform_data = {
@@ -632,16 +633,19 @@ 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,
+ .usb_phy_type = TEGRA_USB_PHY_TYPE_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,
},
};