summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/samus/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/samus/board.c b/board/samus/board.c
index 6910829ad9..7199d60c6b 100644
--- a/board/samus/board.c
+++ b/board/samus/board.c
@@ -176,7 +176,7 @@ BUILD_ASSERT(ARRAY_SIZE(als) == ALS_COUNT);
*/
struct ec_thermal_config thermal_params[] = {
/* {Twarn, Thigh, Thalt}, fan_off, fan_max */
- {{C_TO_K(95), C_TO_K(97), C_TO_K(104)},
+ {{C_TO_K(95), C_TO_K(101), C_TO_K(104)},
C_TO_K(55), C_TO_K(90)}, /* PECI */
{{0, 0, 0}, 0, 0}, /* EC */
{{0, 0, 0}, C_TO_K(41), C_TO_K(55)}, /* Charger die */