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