summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/kohaku/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/kohaku/board.c b/board/kohaku/board.c
index e7f44dbc0a..a569ff131d 100644
--- a/board/kohaku/board.c
+++ b/board/kohaku/board.c
@@ -438,7 +438,7 @@ const static struct ec_thermal_config thermal_a = {
.temp_host = {
[EC_TEMP_THRESH_WARN] = 0,
[EC_TEMP_THRESH_HIGH] = C_TO_K(75),
- [EC_TEMP_THRESH_HALT] = C_TO_K(80),
+ [EC_TEMP_THRESH_HALT] = C_TO_K(90),
},
.temp_host_release = {
[EC_TEMP_THRESH_WARN] = 0,