Skip to content

Commit a81ec9a

Browse files
committed
Updated fans scheduling on darp10
1 parent 0a29444 commit a81ec9a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/board/system76/darp10/Makefile.mk

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ CONFIG_POWER_LIMIT_DC = 45
4040

4141
# Fan configs
4242
CONFIG_FAN1_PWM = DCR2
43-
CONFIG_FAN1_PWM_MIN = 27
43+
CONFIG_FAN1_PWM_MIN = 20
4444
CONFIG_FAN1_POINTS = " \
45-
FAN_POINT(48, 27), \
45+
FAN_POINT(45, 20), \
4646
FAN_POINT(52, 27), \
4747
FAN_POINT(56, 33), \
4848
FAN_POINT(60, 37), \
@@ -53,9 +53,9 @@ CONFIG_FAN1_POINTS = " \
5353
"
5454

5555
CONFIG_FAN2_PWM = DCR3
56-
CONFIG_FAN2_PWM_MIN = 27
56+
CONFIG_FAN2_PWM_MIN = 20
5757
CONFIG_FAN2_POINTS = " \
58-
FAN_POINT(48, 27), \
58+
FAN_POINT(45, 20), \
5959
FAN_POINT(52, 27), \
6060
FAN_POINT(56, 33), \
6161
FAN_POINT(60, 37), \

0 commit comments

Comments
 (0)