summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-tegra')
-rw-r--r--arch/arm/mach-tegra/tegra3_thermal.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/tegra3_thermal.c b/arch/arm/mach-tegra/tegra3_thermal.c
index 27e09545806d..8d310ccd841c 100644
--- a/arch/arm/mach-tegra/tegra3_thermal.c
+++ b/arch/arm/mach-tegra/tegra3_thermal.c
@@ -212,6 +212,11 @@ void tegra_thermal_alert(void *data)
lo_limit_throttle_tj = thermal->temp_throttle_low_tj;
hi_limit_throttle_tj = thermal->temp_shutdown_tj;
}
+#else
+ if (temp_tj > thermal->temp_throttle_tj) {
+ lo_limit_throttle_tj = thermal->temp_throttle_tj;
+ hi_limit_throttle_tj = thermal->temp_shutdown_tj;
+ }
#endif
#ifdef CONFIG_TEGRA_EDP_LIMITS