summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorArtiste Hsu <chhsu@nvidia.com>2011-09-27 09:47:32 +0800
committerVarun Colbert <vcolbert@nvidia.com>2011-10-13 15:34:52 -0700
commitb6da8566e1e8a2bd96a43a86d51f9b5e8790d2be (patch)
tree78bb7b53c6d7ef2b1cfcaf06ecb4d340e1666af3 /include
parent016a4e3666e13b1205b5b9d680d31d073c115b31 (diff)
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 <chhsu@nvidia.com> Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/platform_data/tegra_usb.h1
1 files changed, 1 insertions, 0 deletions
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;
};