summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Qiu <joqiu@nvidia.com>2012-01-30 12:59:48 +0800
committerRohan Somvanshi <rsomvanshi@nvidia.com>2012-02-16 07:00:47 -0800
commit0a9aa838415cfbf700fb6c49b7cc8ff2d868a145 (patch)
tree6ccad37acaa4ee8dd7d5d3d054621ce93ac34352
parent35e18e9d2be87007ab0efcf6130ad2c3546e73f7 (diff)
arm: tegra: kai: set default_enable in tegra_ehci_platform_data
set default_enable in tegra_ehci_platform_data for kai since CONFIG_USB_HOTPLUG has been replaced to tegra_ehci_platform_data BUG 923705 Change-Id: If51cd8a25658bc86b23d6c6758d3283e5b4bd03a Signed-off-by: Johnny Qiu <joqiu@nvidia.com> Reviewed-on: http://git-master/r/83766 Reviewed-by: Rohan Somvanshi <rsomvanshi@nvidia.com> Tested-by: Rohan Somvanshi <rsomvanshi@nvidia.com>
-rw-r--r--arch/arm/mach-tegra/board-kai.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/board-kai.c b/arch/arm/mach-tegra/board-kai.c
index cb09e4fe83b6..d426b317325e 100644
--- a/arch/arm/mach-tegra/board-kai.c
+++ b/arch/arm/mach-tegra/board-kai.c
@@ -610,11 +610,13 @@ static struct tegra_ehci_platform_data tegra_ehci_pdata[] = {
.phy_config = &utmi_phy_config[0],
.operating_mode = TEGRA_USB_HOST,
.power_down_on_bus_suspend = 1,
+ .default_enable = true,
},
[1] = {
.phy_config = &utmi_phy_config[1],
.operating_mode = TEGRA_USB_HOST,
.power_down_on_bus_suspend = 1,
+ .default_enable = true,
},
};