summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/samus/board.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/samus/board.c b/board/samus/board.c
index 196708c9f8..3d28bfe20b 100644
--- a/board/samus/board.c
+++ b/board/samus/board.c
@@ -188,8 +188,8 @@ 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(99)},
- C_TO_K(50), C_TO_K(85)}, /* PECI */
+ {{C_TO_K(95), C_TO_K(97), 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 */
{{0, 0, 0}, 0, 0},