summaryrefslogtreecommitdiff
path: root/board/nightfury/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/nightfury/board.c')
-rw-r--r--board/nightfury/board.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/board/nightfury/board.c b/board/nightfury/board.c
index 65b9cdd27f..4ba0ee4587 100644
--- a/board/nightfury/board.c
+++ b/board/nightfury/board.c
@@ -316,9 +316,9 @@ const struct fan_conf fan_conf_0 = {
/* Default */
const struct fan_rpm fan_rpm_0 = {
- .rpm_min = 3100,
- .rpm_start = 3100,
- .rpm_max = 6900,
+ .rpm_min = 1000,
+ .rpm_start = 1000,
+ .rpm_max = 5900,
};
const struct fan_t fans[FAN_CH_COUNT] = {