Skip to content

Commit d6c23de

Browse files
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: #1499
1 parent e4d0113 commit d6c23de

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

kernel/build/config-arm64

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9098,6 +9098,8 @@ CONFIG_PWM_MESON=y
90989098
# CONFIG_PWM_OMAP_DMTIMER is not set
90999099
# CONFIG_PWM_PCA9685 is not set
91009100
CONFIG_PWM_RASPBERRYPI_POE=y
9101+
CONFIG_PWM_RP1=y
9102+
CONFIG_PWM_PIO_RP1=y
91019103
# CONFIG_PWM_RENESAS_RCAR is not set
91029104
# CONFIG_PWM_RENESAS_TPU is not set
91039105
CONFIG_PWM_ROCKCHIP=y

0 commit comments

Comments
 (0)