[PATCH 7/8] spi: stm32: extend support to STM32MP25
Dario Binacchi
dario.binacchi at amarulasolutions.com
Thu Feb 19 18:51:18 CET 2026
The SPI IP in this platform is fully compatible with the current driver
implementation, requiring only a new compatible string.
Signed-off-by: Dario Binacchi <dario.binacchi at amarulasolutions.com>
---
drivers/spi/stm32_spi.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/spi/stm32_spi.c b/drivers/spi/stm32_spi.c
index 39ea69c68174..903cc3702807 100644
--- a/drivers/spi/stm32_spi.c
+++ b/drivers/spi/stm32_spi.c
@@ -686,6 +686,7 @@ static const struct dm_spi_ops stm32_spi_ops = {
};
static const struct udevice_id stm32_spi_ids[] = {
+ { .compatible = "st,stm32mp25-spi", },
{ .compatible = "st,stm32h7-spi", },
{ }
};
--
2.43.0
More information about the U-Boot
mailing list