diff options
author | tkasivajhula <tkasivajhula@nvidia.com> | 2010-06-11 14:27:12 -0700 |
---|---|---|
committer | Gary King <gking@nvidia.com> | 2010-06-26 09:43:01 -0700 |
commit | d1e13717c02766f06f4e0af193978b98bcaaf726 (patch) | |
tree | 3f438cca468ad657e15bf2983292229e5cbc5c47 /arch/arm | |
parent | 5522241d0a1be00eb8648c184c5efb46b54e1c42 (diff) |
[ARM/tegra] harmony ODM: enable LP1 suspend mode
commit 36642f74 added support for suspend to the LP1 state (CPU power-
gated, SDRAM in self-refresh, core active); set this as the default low-
power state for harmony
Change-Id: I8541861991cd9a53e3b5614030b14908d28f83a4
Reviewed-on: http://git-master/r/2518
Reviewed-by: Gary King <gking@nvidia.com>
Tested-by: Gary King <gking@nvidia.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-tegra/odm_kit/query/harmony/nvodm_query.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/odm_kit/query/harmony/nvodm_query.c b/arch/arm/mach-tegra/odm_kit/query/harmony/nvodm_query.c index 4e76c1eebf2d..3eae7fc4efb7 100644 --- a/arch/arm/mach-tegra/odm_kit/query/harmony/nvodm_query.c +++ b/arch/arm/mach-tegra/odm_kit/query/harmony/nvodm_query.c @@ -706,7 +706,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); |