From a38747fc890692d850aa2001f0430e479762bad9 Mon Sep 17 00:00:00 2001 From: Ken Chang Date: Tue, 5 Jul 2011 14:38:46 +0800 Subject: ARM: tegra: ventana: set usb2 phy type set usb2 phy type to TEGRA_USB_PHY_TYPE_LINK_ULPI bug 845612 (cherry picked from commit 85a08621c371254cc786afae9def58adad63fe63) (reviewed on http://git-master/r/39603) Original-Change-Id: I5ac253652d7a1f19b1c2cf4b031324e0b2cdd64e Reviewed-on: http://git-master/r/40350 Tested-by: Ken Chang Reviewed-by: ChihJen Hsu Reviewed-by: Bharat Nihalani Rebase-Id: Rf33bdc08ba3d0278e94b866509b61efe69e5ae05 --- arch/arm/mach-tegra/board-ventana.c | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/arm/mach-tegra/board-ventana.c') diff --git a/arch/arm/mach-tegra/board-ventana.c b/arch/arm/mach-tegra/board-ventana.c index 760ff726a5f1..5377a4b754f3 100644 --- a/arch/arm/mach-tegra/board-ventana.c +++ b/arch/arm/mach-tegra/board-ventana.c @@ -402,6 +402,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], -- cgit v1.2.3