From f4d1f3a4d9f57b0c36bf90cd9326fdc38ea78de3 Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Thu, 12 Jun 2014 12:12:44 -0500 Subject: google/panther: adjust critical temp Set critical temp to match newer devices Change-Id: I11f32297a9b8c9a3554821b5d1cd723d8d9e2b69 Signed-off-by: Matt DeVillier Reviewed-on: http://review.coreboot.org/6023 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/mainboard/google/panther/thermal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/google/panther') diff --git a/src/mainboard/google/panther/thermal.h b/src/mainboard/google/panther/thermal.h index 2d345c0fb2..7a9656143d 100644 --- a/src/mainboard/google/panther/thermal.h +++ b/src/mainboard/google/panther/thermal.h @@ -46,7 +46,7 @@ #define FAN0_PWM 0xff /* Temperature which OS will shutdown at */ -#define CRITICAL_TEMPERATURE 100 +#define CRITICAL_TEMPERATURE 98 /* Temperature which OS will throttle CPU */ #define PASSIVE_TEMPERATURE 90 -- cgit v1.2.3