pwm: Add support for RP1 PWM
authorPhil Elwell <phil@raspberrypi.com>
Tue, 14 Feb 2023 14:03:54 +0000 (14:03 +0000)
committerDom Cobley <popcornmix@gmail.com>
Mon, 19 Feb 2024 11:34:48 +0000 (11:34 +0000)
commit4e9d765940df29cca7df767a4d4894d4a2e3004d
tree8e5331b47f18b8b73e6da337728d3da69a1962d0
parent60aa87dfd71757e64804c53639d0bcd2062c48cb
pwm: Add support for RP1 PWM

Add a driver for the RP1 PWM block.

Signed-off-by: Phil Elwell <phil@raspberrypi.com>
Documentation/devicetree/bindings/pwm/pwm-rp1.yaml [new file with mode: 0644]
drivers/pwm/Kconfig
drivers/pwm/Makefile
drivers/pwm/pwm-rp1.c [new file with mode: 0644]