summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
Diffstat (limited to 'board')
-rw-r--r--board/berknip/board.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/board/berknip/board.c b/board/berknip/board.c
index 0d6f415cfe..7eb9172095 100644
--- a/board/berknip/board.c
+++ b/board/berknip/board.c
@@ -426,11 +426,11 @@ BUILD_ASSERT(ARRAY_SIZE(temp_sensors) == TEMP_SENSOR_COUNT);
const static struct ec_thermal_config thermal_thermistor_soc = {
.temp_host = {
- [EC_TEMP_THRESH_HIGH] = C_TO_K(70),
- [EC_TEMP_THRESH_HALT] = C_TO_K(73),
+ [EC_TEMP_THRESH_HIGH] = C_TO_K(62),
+ [EC_TEMP_THRESH_HALT] = C_TO_K(66),
},
.temp_host_release = {
- [EC_TEMP_THRESH_HIGH] = C_TO_K(65),
+ [EC_TEMP_THRESH_HIGH] = C_TO_K(57),
},
.temp_fan_off = C_TO_K(39),
.temp_fan_max = C_TO_K(60),