commit | 3e8e7bfdb5ba5c71bec3a2704f8bfa87827d308b | [log] [tgz] |
---|---|---|
author | Dario Binacchi <dariobin@libero.it> | Wed Dec 30 00:16:24 2020 +0100 |
committer | Lokesh Vutla <lokeshvutla@ti.com> | Tue Jan 12 10:58:05 2021 +0530 |
tree | a03d589a6bd6b3a7fea44e987aedbde58365e00a | |
parent | a746069244cb37412a9777c36c48f389c0c27327 [diff] |
pwm: ti: am33xx: add enhanced pwm driver Enhanced high resolution PWM module (EHRPWM) hardware can be used to generate PWM output over 2 channels. This commit adds PWM driver support for EHRPWM device present on AM33XX SOC. The code is based on the drivers/pwm/pwm-tiehrpwm.c driver of the Linux kernel version 5.9-rc7. For DT binding details see: - Documentation/devicetree/bindings/pwm/pwm-tiehrpwm.txt Signed-off-by: Dario Binacchi <dariobin@libero.it>