summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/dvfs.h
diff options
context:
space:
mode:
authorAlex Frid <afrid@nvidia.com>2010-12-14 22:03:52 -0800
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:41:56 -0800
commit29ddd09393ed4f29b4646804e27e49e0ce0114c4 (patch)
tree5b53e0193cf7e658863f4d275c4d756a61630a6d /arch/arm/mach-tegra/dvfs.h
parent6151ab38e5e1f7fba98a52a291323a37cb2c237e (diff)
ARM: tegra: dvfs: Expand CPU voltage scaling tables
Added CPU DVFS tables for new tegra2 revisions/skus. Implemented table selection based on chip speedo and process corner. Original-Change-Id: Ic2aa7ff2b487a37a0a97d4f40453ff033a562207 Reviewed-on: http://git-master/r/13397 Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com> Tested-by: Bharat Nihalani <bnihalani@nvidia.com> Rebase-Id: Rd090645567dbff203637e72fef3ead73019b4dcf
Diffstat (limited to 'arch/arm/mach-tegra/dvfs.h')
-rw-r--r--arch/arm/mach-tegra/dvfs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/dvfs.h b/arch/arm/mach-tegra/dvfs.h
index 68622b899c59..a785a2edc530 100644
--- a/arch/arm/mach-tegra/dvfs.h
+++ b/arch/arm/mach-tegra/dvfs.h
@@ -61,7 +61,8 @@ struct dvfs_rail {
struct dvfs {
/* Used only by tegra2_clock.c */
const char *clk_name;
- int cpu_process_id;
+ int speedo_id;
+ int process_id;
/* Must be initialized before tegra_dvfs_init */
int freqs_mult;