summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/puff/board.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/puff/board.c b/board/puff/board.c
index 7391dbedf6..c034e06e45 100644
--- a/board/puff/board.c
+++ b/board/puff/board.c
@@ -393,8 +393,8 @@ const static struct ec_thermal_config thermal_a = {
[EC_TEMP_THRESH_HIGH] = C_TO_K(58),
[EC_TEMP_THRESH_HALT] = 0,
},
- .temp_fan_off = C_TO_K(25),
- .temp_fan_max = C_TO_K(55),
+ .temp_fan_off = C_TO_K(41),
+ .temp_fan_max = C_TO_K(72),
};
const static struct ec_thermal_config thermal_b = {