]> git.ipfire.org Git - thirdparty/u-boot.git/commit
pwm: stm32: add support for stm32mp25
authorCheick Traore <cheick.traore@foss.st.com>
Fri, 20 Jun 2025 15:49:59 +0000 (17:49 +0200)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Tue, 29 Jul 2025 14:44:58 +0000 (16:44 +0200)
commit3f14dc91ab3bcaf441def4309de7184b0646b6c4
treece4b628cdd16113b2530c387b94235ca2f03a264
parent8e1fafb807dcc4304fc703a00bde034a2c1bbdbf
pwm: stm32: add support for stm32mp25

Add support for STM32MP25 SoC.
IPIDR register is used to check the hardware configuration register
when available to gather the number of complementary outputs.

Signed-off-by: Cheick Traore <cheick.traore@foss.st.com>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
drivers/pwm/pwm-stm32.c