summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/nami/board.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/nami/board.c b/board/nami/board.c
index 1b680f955a..fc56150239 100644
--- a/board/nami/board.c
+++ b/board/nami/board.c
@@ -420,7 +420,7 @@ const static struct ec_thermal_config thermal_c1 = {
.temp_host = {
[EC_TEMP_THRESH_WARN] = 0,
[EC_TEMP_THRESH_HIGH] = C_TO_K(66),
- [EC_TEMP_THRESH_HALT] = C_TO_K(71),
+ [EC_TEMP_THRESH_HALT] = C_TO_K(80),
},
.temp_host_release = {
[EC_TEMP_THRESH_WARN] = 0,
@@ -436,7 +436,7 @@ const static struct ec_thermal_config thermal_c2 = {
.temp_host = {
[EC_TEMP_THRESH_WARN] = 0,
[EC_TEMP_THRESH_HIGH] = C_TO_K(74),
- [EC_TEMP_THRESH_HALT] = C_TO_K(79),
+ [EC_TEMP_THRESH_HALT] = C_TO_K(82),
},
.temp_host_release = {
[EC_TEMP_THRESH_WARN] = 0,