summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/kinox/pwm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/kinox/pwm.c b/board/kinox/pwm.c
index 125d507a82..112ee62c8c 100644
--- a/board/kinox/pwm.c
+++ b/board/kinox/pwm.c
@@ -18,8 +18,8 @@ const struct pwm_t pwm_channels[] = {
},
[PWM_CH_FAN] = {
.channel = 5,
- .flags = PWM_CONFIG_OPEN_DRAIN | PWM_CONFIG_DSLEEP,
- .freq = 1000
+ .flags = PWM_CONFIG_OPEN_DRAIN,
+ .freq = 25000
},
[PWM_CH_LED_RED] = {
.channel = 2,