Commit d6c23de
committed
feat: enable PWM_RP1 drivers for Raspberry Pi 5 fan control
Enable CONFIG_PWM_RP1 and CONFIG_PWM_PIO_RP1 in the arm64 kernel
config. These in-tree drivers are required for the Raspberry Pi 5
dedicated 4-pin PWM fan header to function.
Without them, the cooling_fan device tree node cannot acquire a PWM
channel and the fan probe is permanently deferred:
platform cooling_fan: deferred probe pending: pwm-fan: Could not get PWM
Fixes: #14991 parent e4d0113 commit d6c23de
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9098 | 9098 | | |
9099 | 9099 | | |
9100 | 9100 | | |
| 9101 | + | |
| 9102 | + | |
9101 | 9103 | | |
9102 | 9104 | | |
9103 | 9105 | | |
| |||
0 commit comments