]> git.baikalelectronics.ru Git - uboot.git/commit
bus: ti: am33xx: add pwm subsystem driver
authorDario Binacchi <dariobin@libero.it>
Tue, 29 Dec 2020 23:16:25 +0000 (00:16 +0100)
committerLokesh Vutla <lokeshvutla@ti.com>
Tue, 12 Jan 2021 05:28:05 +0000 (10:58 +0530)
commita1ac1fbe85cd684a1245c6cdf9f8fbe6ca926531
treee26a48e948f271d39648156a9cee56f5c1564cdd
parent9894d73147f9c4901b566915c9156042219e3065
bus: ti: am33xx: add pwm subsystem driver

The TI PWMSS driver is a simple bus driver for providing clock and power
management for the PWM peripherals on TI AM33xx SoCs, namely eCAP,
eHRPWM and eQEP.

For DT binding details see Linux doc:
- Documentation/devicetree/bindings/pwm/pwm-tipwmss.txt

Signed-off-by: Dario Binacchi <dariobin@libero.it>
drivers/bus/Kconfig
drivers/bus/Makefile
drivers/bus/ti-pwmss.c [new file with mode: 0644]