summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/odm_kit/query/whistler/nvodm_query.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-tegra/odm_kit/query/whistler/nvodm_query.c')
-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;
}