summaryrefslogtreecommitdiff
path: root/board/delbin/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/delbin/board.c')
-rw-r--r--board/delbin/board.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/delbin/board.c b/board/delbin/board.c
index b7a26b683b..7013ee2b78 100644
--- a/board/delbin/board.c
+++ b/board/delbin/board.c
@@ -163,7 +163,7 @@ const static struct ec_thermal_config thermal_cpu = {
[EC_TEMP_THRESH_HIGH] = C_TO_K(65),
},
.temp_fan_off = C_TO_K(35),
- .temp_fan_max = C_TO_K(50),
+ .temp_fan_max = C_TO_K(65),
};
/*
@@ -186,7 +186,7 @@ const static struct ec_thermal_config thermal_inductor = {
[EC_TEMP_THRESH_HIGH] = C_TO_K(65),
},
.temp_fan_off = C_TO_K(40),
- .temp_fan_max = C_TO_K(55),
+ .temp_fan_max = C_TO_K(65),
};