summaryrefslogtreecommitdiff
path: root/board/dooly
diff options
context:
space:
mode:
Diffstat (limited to 'board/dooly')
-rw-r--r--board/dooly/board.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/dooly/board.c b/board/dooly/board.c
index 15c4a877d1..bc3ed0ed6c 100644
--- a/board/dooly/board.c
+++ b/board/dooly/board.c
@@ -442,8 +442,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),
};
struct ec_thermal_config thermal_params[] = {