pwm: Add PWM driver for SiFive SoC
authorYash Shah <yash.shah@sifive.com>
Thu, 23 Apr 2020 11:27:16 +0000 (16:57 +0530)
committerHeiko Schocher <hs@denx.de>
Thu, 9 Jul 2020 04:03:12 +0000 (06:03 +0200)
commit7239a610b796b0bb8f85c5c21798596c2768cb50
tree30a9089f5583f7616e76aee0e41fa00b32a872e4
parent0dae9e24ea71d6cc21cb5c2804efeb3aedcbdc96
pwm: Add PWM driver for SiFive SoC

Adds a PWM driver for PWM chip present in SiFive's HiFive Unleashed SoC
This driver is simple port of Linux pwm sifive driver from Linux v5.6

commit: 9e37a53eb051 ("pwm: sifive: Add a driver for SiFive SoC PWM")

Signed-off-by: Yash Shah <yash.shah@sifive.com>
Reviewed-by: Heiko Schocher <hs@denx.de>
drivers/pwm/Kconfig
drivers/pwm/Makefile
drivers/pwm/pwm-sifive.c [new file with mode: 0644]