summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/include
diff options
context:
space:
mode:
authorAlex Frid <afrid@nvidia.com>2010-06-09 21:32:02 -0700
committerGary King <gking@nvidia.com>2010-06-10 22:52:11 -0700
commit113698fce657e304b2b389df701718d29958a8d7 (patch)
tree22060efaa4efc0baf3106e9088115f4a51da1616 /arch/arm/mach-tegra/include
parent9e2aab318cfa54e0040f3d74f9ce120cf51f7b84 (diff)
[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 <afrid@nvidia.com> Reviewed-by: Gary King <gking@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/include')
-rw-r--r--arch/arm/mach-tegra/include/nvodm_query.h9
1 files changed, 9 insertions, 0 deletions
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;
/**