From ae7d60a22ff3c51eef72a25716a7b76012ad887e Mon Sep 17 00:00:00 2001 From: Artiste Hsu Date: Tue, 27 Sep 2011 09:47:32 +0800 Subject: usb: host: tegra: Configurable USB hotplug Hotplug on usb is supported when hotplug flag is set in platform data Bug 869745 (cherry picked from commit I57ba0b18a2d4232b2df2074c91aff97c6e639e7d) Reviewed-on: http://git-master/r/54588 Change-Id: I24e5ddf49cead14d3eebe30da0f92402015c95c7 Reviewed-on: http://git-master/r/57725 Tested-by: Artiste Hsu Reviewed-by: Bharat Nihalani Rebase-Id: Rdf4296a0b0e04733832b8b60b347a3da9cc67413 --- 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 fb335ee2c031..3d803706fe02 100644 --- a/arch/arm/mach-tegra/board-ventana.c +++ b/arch/arm/mach-tegra/board-ventana.c @@ -484,6 +484,7 @@ static struct tegra_ehci_platform_data tegra_ehci_pdata[] = { .phy_config = &utmi_phy_config[1], .operating_mode = TEGRA_USB_HOST, .power_down_on_bus_suspend = 1, + .hotplug = 1, }, }; -- cgit v1.2.3