Re: [PATCH 2/3] pwm: stm32: add support for stm32mp25

2025-07-31 Thread Patrice CHOTARD
On 7/28/25 11:03, Patrice CHOTARD wrote: > > > On 6/20/25 17:49, Cheick Traore wrote: >> 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 >>

Re: [PATCH 2/3] pwm: stm32: add support for stm32mp25

2025-07-28 Thread Patrice CHOTARD
On 6/20/25 17:49, Cheick Traore wrote: > 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 > --- > > drivers/pwm/pwm-stm32.c | 11 ++- >

[PATCH 2/3] pwm: stm32: add support for stm32mp25

2025-06-20 Thread Cheick Traore
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 --- drivers/pwm/pwm-stm32.c | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git