summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/cpu-tegra.h
diff options
context:
space:
mode:
authorJinyoung Park <jinyoungp@nvidia.com>2012-11-21 15:32:28 -0800
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 12:43:28 -0700
commitf9a1c4e504416015158830df91cb63f536805d2e (patch)
tree09e66dda4fc72ef5b63454e7413d1c9f9b76ca6c /arch/arm/mach-tegra/cpu-tegra.h
parent93990c0f08d6ed77d686671cec81cc1a43cfce50 (diff)
arm: tegra: thermal: Increase max throttle table size
Increased max throttle table size from 32 to 64. Bug 1174096 Change-Id: I0ae2491e54d9501c1626a2dd024d02531f61f457 Signed-off-by: Jinyoung Park <jinyoungp@nvidia.com> Reviewed-on: http://git-master/r/165552 Reviewed-by: Aleksandr Frid <afrid@nvidia.com> Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Diwakar Tundlam <dtundlam@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/cpu-tegra.h')
-rw-r--r--arch/arm/mach-tegra/cpu-tegra.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/cpu-tegra.h b/arch/arm/mach-tegra/cpu-tegra.h
index b8da521260c9..628f409f3088 100644
--- a/arch/arm/mach-tegra/cpu-tegra.h
+++ b/arch/arm/mach-tegra/cpu-tegra.h
@@ -31,7 +31,7 @@ unsigned int tegra_get_slowest_cpu_n(void);
unsigned long tegra_cpu_lowest_speed(void);
unsigned long tegra_cpu_highest_speed(void);
-#define MAX_THROT_TABLE_SIZE (32)
+#define MAX_THROT_TABLE_SIZE (64)
struct throttle_table {
unsigned int cpu_freq;