summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Lin <stlin@nvidia.com>2011-10-26 11:38:24 -0700
committerLokesh Pathak <lpathak@nvidia.com>2011-10-27 23:48:26 -0700
commit3c095de4dd225079258c1a848e1391ca6f55f26f (patch)
tree73dbccc4d045a2124c35e8c920ecaf35877b0f74
parentbff814b2e46e67defde178b72bd379003b5429c2 (diff)
Revert "Revert arm: tegra: baseband: Fix modem enumeration for single flash"
This reverts commit 44436ad6fb6927999df3cf6f7bed07f2c4bed14a. Bug 891706 Change-Id: I8386af6b4d5297bb893a7baddef3fe57c091139a Reviewed-on: http://git-master/r/60474 Tested-by: Steve Lin <stlin@nvidia.com> Reviewed-by: Steve Lin <stlin@nvidia.com>
-rw-r--r--arch/arm/mach-tegra/board-enterprise-baseband.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/board-enterprise-baseband.c b/arch/arm/mach-tegra/board-enterprise-baseband.c
index 145396bea5ba..7fecc6203b7e 100644
--- a/arch/arm/mach-tegra/board-enterprise-baseband.c
+++ b/arch/arm/mach-tegra/board-enterprise-baseband.c
@@ -74,7 +74,7 @@ static struct tegra_ulpi_config ehci2_null_ulpi_phy_config = {
static struct tegra_ehci_platform_data ehci2_null_ulpi_platform_data = {
.operating_mode = TEGRA_USB_HOST,
- .power_down_on_bus_suspend = 1,
+ .power_down_on_bus_suspend = 0,
.phy_config = &ehci2_null_ulpi_phy_config,
.phy_type = TEGRA_USB_PHY_TYPE_NULL_ULPI,
};