diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/google/samus/thermal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/google/samus/thermal.h b/src/mainboard/google/samus/thermal.h index 9bea3f0c57..2e3f450535 100644 --- a/src/mainboard/google/samus/thermal.h +++ b/src/mainboard/google/samus/thermal.h @@ -23,12 +23,12 @@ #define TEMPERATURE_SENSOR_ID 0 /* PECI */ /* Temperature which OS will shutdown at */ -#define CRITICAL_TEMPERATURE 99 +#define CRITICAL_TEMPERATURE 104 /* Temperature which OS will throttle CPU */ #define PASSIVE_TEMPERATURE 95 /* Tj_max value for calculating PECI CPU temperature */ -#define MAX_TEMPERATURE 100 +#define MAX_TEMPERATURE 105 #endif |