[Uboot-stm32] [PATCH] clk: stm32: Add STM32MP23 support

Raphaël Gallais-Pou rgallaispou at gmail.com
Sun Apr 12 22:11:56 CEST 2026



On 4/1/26 11:34, Patrice Chotard wrote:
> Add STM32MP23 support.
> 
> Signed-off-by: Patrice Chotard <patrice.chotard at foss.st.com>

Hi Patrice,
> ---
>   drivers/clk/stm32/Kconfig | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Raphaël Gallais-Pou <rgallaispou at gmail.com>

Best regards,

> 
> diff --git a/drivers/clk/stm32/Kconfig b/drivers/clk/stm32/Kconfig
> index 4e488136eac..e63385d3051 100644
> --- a/drivers/clk/stm32/Kconfig
> +++ b/drivers/clk/stm32/Kconfig
> @@ -49,7 +49,7 @@ config CLK_STM32MP21
>   config CLK_STM32MP25
>   	bool "Enable RCC clock driver for STM32MP25"
>   	depends on ARCH_STM32MP && CLK
> -	default y if STM32MP25X
> +	default y if STM32MP23X || STM32MP25X
>   	select CLK_STM32_CORE
>   	help
>   	  Enable the STM32 clock (RCC) driver. Enable support for
> 
> ---
> base-commit: ba7bf918dafcd093ad733b07ba490baeb20cf5da
> change-id: 20260401-add_stm32mp23_clock_support-bb1480914811
> 
> Best regards,



More information about the U-Boot mailing list