diff options
author | Steve Lin <stlin@nvidia.com> | 2011-04-08 14:12:07 -0700 |
---|---|---|
committer | Dan Willemsen <dwillemsen@nvidia.com> | 2011-11-30 21:45:47 -0800 |
commit | af5bd49755f363aaa19c9a566a1c62177fd41be6 (patch) | |
tree | af8fc7cf06c45fb68a50bc88db83497fbfc42c48 | |
parent | 83d45b59d59166dd56d7b734a80f71f8e5b540fa (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: R776de61be6f1bfb531ddc5660153bd397c7e95e5
-rw-r--r-- | arch/arm/mach-tegra/board-cardhu.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-tegra/board-cardhu.c b/arch/arm/mach-tegra/board-cardhu.c index 55076ab7cb3c..9ad1fc2afa5e 100644 --- a/arch/arm/mach-tegra/board-cardhu.c +++ b/arch/arm/mach-tegra/board-cardhu.c @@ -284,19 +284,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 = &utmi_phy_config[1], .operating_mode = TEGRA_USB_HOST, .power_down_on_bus_suspend = 1, - .usb_phy_type = TEGRA_USB_PHY_TYPE_UTMIP, }, [2] = { .phy_config = &utmi_phy_config[2], .operating_mode = TEGRA_USB_HOST, .power_down_on_bus_suspend = 1, - .usb_phy_type = TEGRA_USB_PHY_TYPE_UTMIP, }, }; |