[PATCH v3 8/9] spi: stm32: extend support to STM32MP25
Dario Binacchi
dario.binacchi at amarulasolutions.com
Wed Feb 25 17:16:59 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>
Reviewed-by: Patrice Chotard <patrice.chotard at foss.st.com>
---
Changes in v3:
- Add Reviewed-by tag of Patrice Chotard
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 9d095b280a70..b7bc5816cc13 100644
--- a/drivers/spi/stm32_spi.c
+++ b/drivers/spi/stm32_spi.c
@@ -684,6 +684,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