summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra
diff options
context:
space:
mode:
authorIshwarya Balaji Gururajan <igururajan@nvidia.com>2014-06-24 11:42:54 -0700
committerHarshada Kale <hkale@nvidia.com>2014-06-26 09:33:35 -0700
commitb43244429a736da523184a54f4ae930bbe622252 (patch)
treedf9a9b43ec754a06737ffdd51fd747265ac690ff /arch/arm/mach-tegra
parent72988f78bb521e1c4cfe17c02271d2837a66bf04 (diff)
ARM: T132: update SoC therm caps, vmax trips table
update SoC therm caps table and vmax trips table bug 1442659 Change-Id: I26cc83fd9f6fe2a2f806eed254e2d70ce00ff254 Signed-off-by: Ishwarya Balaji Gururajan <igururajan@nvidia.com> Reviewed-on: http://git-master/r/427836 Reviewed-by: Harshada Kale <hkale@nvidia.com> Tested-by: Harshada Kale <hkale@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra')
-rw-r--r--arch/arm/mach-tegra/tegra13_dvfs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-tegra/tegra13_dvfs.c b/arch/arm/mach-tegra/tegra13_dvfs.c
index 8fff7b633f60..77c5274b93cd 100644
--- a/arch/arm/mach-tegra/tegra13_dvfs.c
+++ b/arch/arm/mach-tegra/tegra13_dvfs.c
@@ -49,8 +49,8 @@ static int gpu_vmin_offsets[] = { 0, -20, };
static int vdd_core_vmin_trips_table[MAX_THERMAL_LIMITS] = { 20, };
static int vdd_core_therm_floors_table[MAX_THERMAL_LIMITS] = { 950, };
-static int vdd_core_vmax_trips_table[MAX_THERMAL_LIMITS] = { 62, };
-static int vdd_core_therm_caps_table[MAX_THERMAL_LIMITS] = { 1100, };
+static int vdd_core_vmax_trips_table[MAX_THERMAL_LIMITS] = { 62, 72, 82, };
+static int vdd_core_therm_caps_table[MAX_THERMAL_LIMITS] = { 1130, 1100, 1060, };
#ifndef CONFIG_TEGRA_CPU_VOLT_CAP
static int vdd_cpu_vmax_trips_table[MAX_THERMAL_LIMITS] = { 62, 72, 82, };