diff options
author | Matt DeVillier <matt.devillier@gmail.com> | 2014-06-12 12:12:44 -0500 |
---|---|---|
committer | Patrick Georgi <patrick@georgi-clan.de> | 2014-07-12 20:17:48 +0200 |
commit | f4d1f3a4d9f57b0c36bf90cd9326fdc38ea78de3 (patch) | |
tree | e71d2d34c92e84050d0602cd322d8ab273675e99 /src/mainboard | |
parent | 4923c399f3ca1120aba3f4d5e16eaa2b815ea2aa (diff) |
google/panther: adjust critical temp
Set critical temp to match newer devices
Change-Id: I11f32297a9b8c9a3554821b5d1cd723d8d9e2b69
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-on: http://review.coreboot.org/6023
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/google/panther/thermal.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |