summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimone Willett <swillett@nvidia.com>2011-10-21 18:15:57 -0700
committerSimone Willett <swillett@nvidia.com>2011-10-21 18:22:25 -0700
commit44436ad6fb6927999df3cf6f7bed07f2c4bed14a (patch)
tree961d2d98d9c44796572dbae6a5aa2003719e4df6
parent5f1b12179c239674741a3a93dbcecd66cdd665be (diff)
Revert "arm: tegra: baseband: Fix modem enumeration for single flash"
This reverts commit 5f1b12179c239674741a3a93dbcecd66cdd665be. Change-Id: Ia5bf5597bba939022f9efba8a50dc10ceaef8189 Reviewed-on: http://git-master/r/59770 Reviewed-by: Simone Willett <swillett@nvidia.com> Tested-by: Simone Willett <swillett@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 7fecc6203b7e..145396bea5ba 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 = 0,
+ .power_down_on_bus_suspend = 1,
.phy_config = &ehci2_null_ulpi_phy_config,
.phy_type = TEGRA_USB_PHY_TYPE_NULL_ULPI,
};