From a32458b540d77e0bd965b1415a22155731c4e4ba Mon Sep 17 00:00:00 2001 From: Raj Jayaraman Date: Thu, 20 Oct 2011 15:47:25 -0700 Subject: arm: tegra: baseband: Phy remains on during suspend. Change-Id: Icc8706cf857a29a8e7008835d0b814eccd799294 Reviewed-on: http://git-master/r/59430 Reviewed-by: Ryan Wong Tested-by: Ryan Wong --- arch/arm/mach-tegra/board-enterprise-baseband.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }; -- cgit v1.2.3