summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/tegra13_dvfs.c
diff options
context:
space:
mode:
authorKrishna Sitaraman <ksitaraman@nvidia.com>2014-02-21 13:49:51 -0800
committerChao Xu <cxu@nvidia.com>2014-03-07 11:18:29 -0800
commit7bfc2919bb44507d22e2d18e3378752afa6a4cd0 (patch)
treeb58670dcb5d18c2be858cb3902b7862b38c53a7a /arch/arm/mach-tegra/tegra13_dvfs.c
parenta3894ae286cf04841c9d0a660132d0150289b09d (diff)
ARM: T132: Thermal: Enable Vmin boost based on temperature
Change-Id: I9ad911ea2fc438b6863e785bd9a390f2ea639c79 Signed-off-by: Krishna Sitaraman <ksitaraman@nvidia.com> Reviewed-on: http://git-master/r/373097 Reviewed-by: Chao Xu <cxu@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/tegra13_dvfs.c')
-rw-r--r--arch/arm/mach-tegra/tegra13_dvfs.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/mach-tegra/tegra13_dvfs.c b/arch/arm/mach-tegra/tegra13_dvfs.c
index e3ba6d30f057..f48ab5ca0967 100644
--- a/arch/arm/mach-tegra/tegra13_dvfs.c
+++ b/arch/arm/mach-tegra/tegra13_dvfs.c
@@ -798,16 +798,16 @@ static int __init set_cpu_dvfs_data(unsigned long max_freq,
cpu_dvfs->dfll_data.is_bypass_down = is_lp_cluster;
/* Init cpu thermal floors */
-/* tegra_dvfs_rail_init_vmin_thermal_profile(
+ tegra_dvfs_rail_init_vmin_thermal_profile(
d->vmin_trips_table, d->therm_floors_table,
&tegra13_dvfs_rail_vdd_cpu, &cpu_dvfs->dfll_data);
-*/
+
/* Init cpu thermal caps */
#ifndef CONFIG_TEGRA_CPU_VOLT_CAP
-/* tegra_dvfs_rail_init_vmax_thermal_profile(
+ tegra_dvfs_rail_init_vmax_thermal_profile(
vdd_cpu_vmax_trips_table, vdd_cpu_therm_caps_table,
&tegra13_dvfs_rail_vdd_cpu, &cpu_dvfs->dfll_data);
-*/
+
#endif
return 0;