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.c4
1 files changed, 2 insertions, 2 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 841798ed9d73..be7979a21305 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
@@ -1187,8 +1187,8 @@ NvBool NvOdmQueryGetPmuProperty(NvOdmPmuProperty* pPmuProperty)
pPmuProperty->VCpuOTPOnWakeup = NV_FALSE;
else
pPmuProperty->VCpuOTPOnWakeup = NV_TRUE;
-
- pPmuProperty->PowerOffCount = 0;
+ /* Setting Power off count for 100 ms -32KHz clock rate*/
+ pPmuProperty->PowerOffCount = 0xc00;
pPmuProperty->CpuPowerOffUs = 0;
return NV_TRUE;
}