From 113698fce657e304b2b389df701718d29958a8d7 Mon Sep 17 00:00:00 2001 From: Alex Frid Date: Wed, 9 Jun 2010 21:32:02 -0700 Subject: [ARM/tegra] ODM: added PMU power off properties. Added support for wake event delay, and CPU power off time controls. Exposed the respective settings as ODM PMU properties. Bug 690326. Change-Id: I2c30365de3fce4e2d45b1e66c7af9087f10d8451 Reviewed-on: http://git-master/r/2377 Tested-by: Aleksandr Frid Reviewed-by: Gary King --- arch/arm/mach-tegra/include/nvodm_query.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'arch/arm/mach-tegra/include') diff --git a/arch/arm/mach-tegra/include/nvodm_query.h b/arch/arm/mach-tegra/include/nvodm_query.h index c4939d18148f..7912470fb470 100644 --- a/arch/arm/mach-tegra/include/nvodm_query.h +++ b/arch/arm/mach-tegra/include/nvodm_query.h @@ -844,6 +844,15 @@ typedef struct NvOdmPmuPropertyRec /// Specifies PMU Core and CPU voltage regulation accuracy in percent NvU32 AccuracyPercent; + /// Specifies the minimum time required for core power request to be + /// inactive (in 32 kHz counts). + NvU32 PowerOffCount; + + /// Specifies the minimum time required for CPU power request to be + /// inactive (in US). Relevant for SoC with separate CPU and core power + /// request outputs. + NvU32 CpuPowerOffUs; + } NvOdmPmuProperty; /** -- cgit v1.2.3