diff options
author | Narendra Damahe <ndamahe@nvidia.com> | 2010-06-30 15:40:53 -0700 |
---|---|---|
committer | Yu-Huan Hsu <yhsu@nvidia.com> | 2010-06-30 16:12:29 -0700 |
commit | fdd7790b41ea281e50db197ff94f45ce342171b7 (patch) | |
tree | ac316fd63eff44702750218d6ceff1a7055efd10 | |
parent | 4ae8df10a5687e51660dd2890c0d394cd969b2f4 (diff) |
[ARM/tegra] whistler ODM: enable Suspend(LP1) low power mode
Change-Id: I31bc7cdb38d4d192795e7091b32da804968ea8ec
Reviewed-on: http://git-master/r/3391
Reviewed-by: Narendra Damahe <ndamahe@nvidia.com>
Tested-by: Narendra Damahe <ndamahe@nvidia.com>
Reviewed-by: Yu-Huan Hsu <yhsu@nvidia.com>
-rw-r--r-- | arch/arm/mach-tegra/odm_kit/query/whistler/nvodm_query.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/odm_kit/query/whistler/nvodm_query.c b/arch/arm/mach-tegra/odm_kit/query/whistler/nvodm_query.c index 7e962613b270..fab62d92bfcd 100644 --- a/arch/arm/mach-tegra/odm_kit/query/whistler/nvodm_query.c +++ b/arch/arm/mach-tegra/odm_kit/query/whistler/nvodm_query.c @@ -1216,7 +1216,7 @@ const NvOdmSocPowerStateInfo* NvOdmQueryLowestSocPowerState(void) LPStateSelection = NV_DRF_VAL(TEGRA_DEVKIT, BCT_CUSTOPT, LPSTATE, LPStateSelection); } // Lowest power state controlled by the flashed custom option. - PowerStateInfo.LowestPowerState = NvOdmSocPowerState_SimpleSuspend; + PowerStateInfo.LowestPowerState = NvOdmSocPowerState_Suspend; pPowerStateInfo = (const NvOdmSocPowerStateInfo*) &PowerStateInfo; } return (pPowerStateInfo); |