aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/falco/thermal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/falco/thermal.h')
-rw-r--r--src/mainboard/google/falco/thermal.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mainboard/google/falco/thermal.h b/src/mainboard/google/falco/thermal.h
index 9bd6ee64ce..332e5a0320 100644
--- a/src/mainboard/google/falco/thermal.h
+++ b/src/mainboard/google/falco/thermal.h
@@ -26,12 +26,12 @@
#define EC_THROTTLE_POWER_LIMIT 12 /* 12W */
/* Temperature which OS will shutdown at */
-#define CRITICAL_TEMPERATURE 104
+#define CRITICAL_TEMPERATURE 99
/* Temperature which OS will throttle CPU */
-#define PASSIVE_TEMPERATURE 100
+#define PASSIVE_TEMPERATURE 95
/* Tj_max value for calculating PECI CPU temperature */
-#define MAX_TEMPERATURE 105
+#define MAX_TEMPERATURE 100
#endif