summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-apalis_t30.c
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2013-06-24 14:31:02 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2013-06-24 14:31:02 +0200
commit929a1f9d4fb33f6d08cf916943bf13ae7cf3732e (patch)
tree0e9fe5e99933b8ded7eba330a6abb653949383c9 /arch/arm/mach-tegra/board-apalis_t30.c
parent6e56cccc6785b8e4cd05808a100122868b22f21a (diff)
apalis_t30: set local critical temperatur to 95°C
If the local critical temperature is reached the power is unconditionally switched off. At 70°C ambient the default of 85°C can be reached. So increase the limit in the hwmon chip to 95°C.
Diffstat (limited to 'arch/arm/mach-tegra/board-apalis_t30.c')
-rw-r--r--arch/arm/mach-tegra/board-apalis_t30.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/board-apalis_t30.c b/arch/arm/mach-tegra/board-apalis_t30.c
index 493510bda657..5ed04bffba03 100644
--- a/arch/arm/mach-tegra/board-apalis_t30.c
+++ b/arch/arm/mach-tegra/board-apalis_t30.c
@@ -908,6 +908,10 @@ static void lm95245_probe_callback(struct device *dev)
IRQF_TRIGGER_LOW, "THERMD_ALERT_N", NULL))
pr_err("%s: unable to register THERMD_ALERT_N interrupt\n",
__func__);
+
+ //initalize the local temp limit
+ if(dev)
+ lm95245_set_local_shared_os__critical_limit(dev, TCRIT_LOCAL);
}
static void apalis_t30_thermd_alert_init(void)