diff options
author | Raj Jayaraman <rjayaraman@nvidia.com> | 2011-10-20 15:47:25 -0700 |
---|---|---|
committer | Ryan Wong <ryanw@nvidia.com> | 2011-10-20 16:24:45 -0700 |
commit | a32458b540d77e0bd965b1415a22155731c4e4ba (patch) | |
tree | 0d07b01f48df8ecc6bb110acd8c0f108c33d10f4 | |
parent | 81c9154dad92e72da9199ab20dd7e3874c3359a3 (diff) |
arm: tegra: baseband: Phy remains on during suspend.tegra-12r11-android-3.2tegra-12r11-android-2.3
Change-Id: Icc8706cf857a29a8e7008835d0b814eccd799294
Reviewed-on: http://git-master/r/59430
Reviewed-by: Ryan Wong <ryanw@nvidia.com>
Tested-by: Ryan Wong <ryanw@nvidia.com>
-rw-r--r-- | arch/arm/mach-tegra/board-enterprise-baseband.c | 2 |
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, }; |