pwm: Add support for sl28cpld PWM controller
authorMichael Walle <michael@walle.cc>
Mon, 14 Sep 2020 21:43:34 +0000 (23:43 +0200)
committerLee Jones <lee.jones@linaro.org>
Thu, 17 Sep 2020 14:59:34 +0000 (15:59 +0100)
commit9db33d221efcca9503ac481edcbf2b3f4404bdb8
treea17e7777c0de2f9aa611b946a16ab9a18eab97db
parent85174ca663767c1c6f8dca3b0a2acfd4b5c37289
pwm: Add support for sl28cpld PWM controller

Add support for the PWM controller of the sl28cpld board management
controller. This is part of a multi-function device driver.

The controller has one PWM channel and can just generate four distinct
frequencies.

Signed-off-by: Michael Walle <michael@walle.cc>
Acked-by: Thierry Reding <thierry.reding@gmail.com>
Reviewed-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/pwm/Kconfig
drivers/pwm/Makefile
drivers/pwm/pwm-sl28cpld.c [new file with mode: 0644]