summaryrefslogtreecommitdiff
path: root/board/crota/pwm.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/crota/pwm.c')
-rw-r--r--board/crota/pwm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/crota/pwm.c b/board/crota/pwm.c
index 15cf80eea9..51bee909ff 100644
--- a/board/crota/pwm.c
+++ b/board/crota/pwm.c
@@ -34,8 +34,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
},
};
BUILD_ASSERT(ARRAY_SIZE(pwm_channels) == PWM_CH_COUNT);