summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Frid <afrid@nvidia.com>2010-07-20 23:34:19 -0700
committerGary King <gking@nvidia.com>2010-07-22 13:38:13 -0700
commit8a119f6aae334856f5e517726cc833465af988a4 (patch)
tree7438eec831054a3a3c9fdc590d65da4281ec40fb
parent49abde481bd6cf1347e4e39c6053da90ed05a932 (diff)
[ARM/tegra] ODM: set CPU power off time on Whistler.
Set CPU power off time on Whistler to assure correct power-on reset on exit from LP2. Possible fix for bug 710566 Change-Id: Ifb15183150b32345e21df23da96dc5d76fdb0802 Reviewed-on: http://git-master.nvidia.com/r/4189 Tested-by: Aleksandr Frid <afrid@nvidia.com> Reviewed-by: Gary King <gking@nvidia.com>
-rw-r--r--arch/arm/mach-tegra/odm_kit/query/whistler/nvodm_query.c2
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 6dbeba59b422..54d33a5f394a 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
@@ -1542,7 +1542,7 @@ NvBool NvOdmQueryGetPmuProperty(NvOdmPmuProperty* pPmuProperty)
pPmuProperty->VCpuOTPOnWakeup = NV_TRUE;
/* Setting Power off count for 100 ms -32KHz clock rate*/
pPmuProperty->PowerOffCount = 0xc00;
- pPmuProperty->CpuPowerOffUs = 0;
+ pPmuProperty->CpuPowerOffUs = 1000;
return NV_TRUE;
}