From 9b500390784a8e1d11c0bd225c342781bc817b98 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 Change-Id: I57ba0b18a2d4232b2df2074c91aff97c6e639e7d Reviewed-on: http://git-master/r/54588 Tested-by: Artiste Hsu Reviewed-by: Suresh Mangipudi Reviewed-by: Venkat Moganty --- include/linux/platform_data/tegra_usb.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/linux/platform_data/tegra_usb.h b/include/linux/platform_data/tegra_usb.h index 27879ce1d73e..cf75a98f5c37 100644 --- a/include/linux/platform_data/tegra_usb.h +++ b/include/linux/platform_data/tegra_usb.h @@ -34,6 +34,7 @@ struct tegra_ehci_platform_data { enum tegra_usb_operating_modes operating_mode; /* power down the phy on bus suspend */ int power_down_on_bus_suspend; + int hotplug; void *phy_config; enum tegra_usb_phy_type phy_type; }; -- cgit v1.2.3