[PATCH] spi: add STM32MP23 OSPI support
Patrice Chotard
patrice.chotard at foss.st.com
Wed Apr 1 11:36:02 CEST 2026
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,
--
Patrice Chotard <patrice.chotard at foss.st.com>
More information about the U-Boot
mailing list