summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKurt Yi <kyi@nvidia.com>2012-01-11 21:11:07 +0900
committerVarun Colbert <vcolbert@nvidia.com>2012-01-19 16:25:39 -0800
commitbdd9e97c84f69bab23f5542dc6ac2efa93e53224 (patch)
treef59beafbd80de5e72a5d273a0113eed2d0aafa0b /include
parent4b9dfedec9ab23b03949407856c03635f31cfa49 (diff)
usb: host: tegra: replace CONFIG_USB_HOTPLUG to tegra_ehci_platform_data
remove CONFIG_USB_HOTPLUG and add default_enable into tegra_ehci_platform_data We can't use different def_config because whistler & ventana source code is merged in same tree. BUG 923705 Change-Id: I3dfdf237d80865831264f02104c89c8088101905 Reviewed-on: http://git-master/r/74574 Signed-off-by: Kurt Yi <kyi@nvidia.com> Signed-off-by: Varun Wadekar <vwadekar@nvidia.com> Reviewed-on: http://git-master/r/75888 Reviewed-by: Varun Colbert <vcolbert@nvidia.com> Tested-by: Varun Colbert <vcolbert@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 09f32de5c671..e6377c379b48 100644
--- a/include/linux/platform_data/tegra_usb.h
+++ b/include/linux/platform_data/tegra_usb.h
@@ -35,6 +35,7 @@ struct tegra_ehci_platform_data {
/* power down the phy on bus suspend */
int power_down_on_bus_suspend;
int hotplug;
+ int default_enable;
void *phy_config;
enum tegra_usb_phy_type phy_type;
};