commit | 3c4456ba31d0255217f010047e87606bd0bd20ea | [log] [tgz] |
---|---|---|
author | Cheick Traore <cheick.traore@foss.st.com> | Tue Mar 11 15:30:35 2025 +0100 |
committer | Patrice Chotard <patrice.chotard@foss.st.com> | Wed Mar 12 16:39:39 2025 +0100 |
tree | 399c42c72ad3190ff0d027aa45764d3ff1b21ec1 | |
parent | a2d20274eef788d675f2f15317b06000e003af23 [diff] |
pwm: stm32: add driver to support pwm with timer Add driver to support pwm on STM32MP1X SoCs. The PWM signal is generated using a multifuntion timer which provide a pwm feature. Clock rate and addresses are retrieved from the multifunction timer driver. Signed-off-by: Cheick Traore <cheick.traore@foss.st.com> Reviewed-by: Fabrice Gasnier <fabrice.gasnier@foss.st.com> Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>