summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-ventana.c
diff options
context:
space:
mode:
authorSteve Lin <stlin@nvidia.com>2011-04-08 14:12:07 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:46:17 -0800
commit95fb1fa4a054b3f2885b1773d362d933329b162e (patch)
tree1cc62ac4115bc8d5f793cef68b4dbe8b706922aa /arch/arm/mach-tegra/board-ventana.c
parent1af960affdb9271b2340eb53c2ef53917033d09c (diff)
ARM: tegra: usb: using proper usb phy types
Using proper usb phy types instead of hard coded usb instance. Bug 800301 Original-Change-Id: I24a66ce062b937a947ac6cb34e829d6b42ecf0b4 Reviewed-on: http://git-master/r/24371 Reviewed-by: Niket Sirsi <nsirsi@nvidia.com> Tested-by: Niket Sirsi <nsirsi@nvidia.com> Original-Change-Id: I5a4bd4d25ec8d4d4335f17d0794c4440a470a099 Rebase-Id: Re744ad52caf6c5814295a6712b7e17022e31d5e5
Diffstat (limited to 'arch/arm/mach-tegra/board-ventana.c')
-rw-r--r--arch/arm/mach-tegra/board-ventana.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-tegra/board-ventana.c b/arch/arm/mach-tegra/board-ventana.c
index 9774a72e356f..1709c31cb674 100644
--- a/arch/arm/mach-tegra/board-ventana.c
+++ b/arch/arm/mach-tegra/board-ventana.c
@@ -155,7 +155,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,
+ .phy_type = TEGRA_USB_PHY_TYPE_LINK_ULPI,
};
static struct tegra_i2c_platform_data ventana_i2c1_platform_data = {
@@ -339,7 +339,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,
- .usb_phy_type = TEGRA_USB_PHY_TYPE_ULPI,
+ .phy_type = TEGRA_USB_PHY_TYPE_LINK_ULPI,
},
[2] = {
.phy_config = &utmi_phy_config[1],