summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-enterprise.c
diff options
context:
space:
mode:
authorVinayak Pane <vpane@nvidia.com>2012-05-16 18:45:02 -0700
committerVarun Colbert <vcolbert@nvidia.com>2012-06-15 11:12:38 -0700
commitea957c2de09b608a55b49f1ec1408a16d65308a5 (patch)
tree17849d98d93fb7ec14525fa3a507c7825485279e /arch/arm/mach-tegra/board-enterprise.c
parent23a7238b83e549e511decba6816d25d6bda80bb8 (diff)
arm: tegra: xmm: removing L3 state transition
Remove L3 state from xmm power driver. New usb phy code allows pm state transition L0->L2 and L2->L0. When the system goes in LP0/LP1 suspend then the modem power state is kept at L2 and bus state in suspend controlled by PMC. At system resume the hsic bus is given back to USB. Bug 991709 Change-Id: Ib3b74d7da30a5103eddd747726ac7c4423472c76 Signed-off-by: Vinayak Pane <vpane@nvidia.com> Reviewed-on: http://git-master/r/108076 Reviewed-by: Michael Hsu <mhsu@nvidia.com> Reviewed-by: Steve Lin <stlin@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/board-enterprise.c')
-rw-r--r--arch/arm/mach-tegra/board-enterprise.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/board-enterprise.c b/arch/arm/mach-tegra/board-enterprise.c
index fb873a834138..2b5a72518d7c 100644
--- a/arch/arm/mach-tegra/board-enterprise.c
+++ b/arch/arm/mach-tegra/board-enterprise.c
@@ -639,7 +639,7 @@ static void enterprise_usb_hsic_post_phy_off(void)
{
pr_debug("%s\n", __func__);
#ifdef CONFIG_TEGRA_BB_XMM_POWER
- baseband_xmm_set_power_status(BBXMM_PS_L3);
+ baseband_xmm_set_power_status(BBXMM_PS_L2);
#endif
}