summaryrefslogtreecommitdiff
path: root/board/agah/pwm.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/agah/pwm.c')
-rw-r--r--board/agah/pwm.c9
1 files changed, 7 insertions, 2 deletions
diff --git a/board/agah/pwm.c b/board/agah/pwm.c
index 2203f14c8d..29fdfdabd7 100644
--- a/board/agah/pwm.c
+++ b/board/agah/pwm.c
@@ -39,8 +39,13 @@ 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_FAN2] = {
+ .channel = 4,
+ .flags = PWM_CONFIG_OPEN_DRAIN,
+ .freq = 25000
},
[PWM_CH_LED4] = {
.channel = 7,