Re: [PATCH 2/2] ARM: stm32: Make PWR regulator driver available on STM32MP13xx

2024-06-14 Thread Patrice CHOTARD
On 3/19/24 03:45, Marek Vasut wrote: > This patch makes STM32 PWR regulators available on stm32mp13xx. > This requires TFA to clear RCC_SECCFGR, is disabled by default > on stm32mp13xx and can only be enabled on board config level. > > Signed-off-by: Marek Vasut > --- > Cc: Patrice Chotard >

Re: [PATCH 2/2] ARM: stm32: Make PWR regulator driver available on STM32MP13xx

2024-04-26 Thread Patrice CHOTARD
On 3/19/24 03:45, Marek Vasut wrote: > This patch makes STM32 PWR regulators available on stm32mp13xx. > This requires TFA to clear RCC_SECCFGR, is disabled by default > on stm32mp13xx and can only be enabled on board config level. > > Signed-off-by: Marek Vasut > --- > Cc: Patrice Chotard >

[PATCH 2/2] ARM: stm32: Make PWR regulator driver available on STM32MP13xx

2024-03-18 Thread Marek Vasut
This patch makes STM32 PWR regulators available on stm32mp13xx. This requires TFA to clear RCC_SECCFGR, is disabled by default on stm32mp13xx and can only be enabled on board config level. Signed-off-by: Marek Vasut --- Cc: Patrice Chotard Cc: Patrick Delaunay Cc: Tom Rini Cc: