[PATCH] spi: add STM32MP23 OSPI support
Patrice CHOTARD
patrice.chotard at foss.st.com
Thu Apr 30 08:59:59 CEST 2026
On 4/1/26 11:36, Patrice Chotard wrote:
> Add STM32MP23 OSPI support.
>
> Signed-off-by: Patrice Chotard <patrice.chotard at foss.st.com>
> ---
> drivers/spi/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
> index 8c6c095a8cf..51909e3a8ff 100644
> --- a/drivers/spi/Kconfig
> +++ b/drivers/spi/Kconfig
> @@ -550,7 +550,7 @@ config SPI_SUNXI
>
> config STM32_OSPI
> bool "STM32MP2 OSPI driver"
> - depends on STM32MP25X && STM32_OMM
> + depends on (STM32MP23X || STM32MP25X) && STM32_OMM
> help
> Enable the STM32MP2 Octo-SPI (OSPI) driver. This driver can be
> used to access the SPI NOR flash chips on platforms embedding
>
> ---
> base-commit: ba7bf918dafcd093ad733b07ba490baeb20cf5da
> change-id: 20260401-add_stm32mp23_ospi_support-1cd96f39a5f0
>
> Best regards,
Applied to u-boot-stm32/master
Thanks
Patrice
More information about the U-Boot
mailing list