summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Lin <stlin@nvidia.com>2011-10-21 11:45:38 -0700
committerSimone Willett <swillett@nvidia.com>2011-10-21 18:00:39 -0700
commit5f1b12179c239674741a3a93dbcecd66cdd665be (patch)
treebf752e73131532305f4fc321d6445dea8b5599d2
parent3fa5bf723cbf34482de6a1a8473f68bc69958a66 (diff)
arm: tegra: baseband: Fix modem enumeration for single flash
Bug 891706 Reviewed-on: http://git-master/r/59430 (cherry picked from commit a32458b540d77e0bd965b1415a22155731c4e4ba) Change-Id: I6b45359860a8ea24af24058d27a1ad428d45be5a Reviewed-on: http://git-master/r/59663 Reviewed-by: Steve Lin <stlin@nvidia.com> Tested-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,
};