From: Patrice Chotard Date: Wed, 1 Apr 2026 09:36:02 +0000 (+0200) Subject: spi: add STM32MP23 OSPI support X-Git-Tag: v2026.07-rc2~35^2~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8f7b41730b168c4eef63d9fb027db6a90985c19;p=thirdparty%2Fu-boot.git spi: add STM32MP23 OSPI support Add STM32MP23 OSPI support. Signed-off-by: Patrice Chotard --- diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 4ff17617d99..cfbedd64c4c 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -565,7 +565,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