
17 Apr
2024
17 Apr
'24
11:01 a.m.
Hi,
On 3/8/24 15:26, Patrice Chotard wrote:
From: Patrick Delaunay patrick.delaunay@foss.st.com
Add compatible used for STM32MP25 family.
Signed-off-by: Patrick Delaunay patrick.delaunay@foss.st.com Signed-off-by: Patrice Chotard patrice.chotard@foss.st.com
drivers/mmc/stm32_sdmmc2.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/drivers/mmc/stm32_sdmmc2.c b/drivers/mmc/stm32_sdmmc2.c index a2b111a8435..d4982a14281 100644 --- a/drivers/mmc/stm32_sdmmc2.c +++ b/drivers/mmc/stm32_sdmmc2.c @@ -789,6 +789,7 @@ static int stm32_sdmmc2_bind(struct udevice *dev)
static const struct udevice_id stm32_sdmmc2_ids[] = { { .compatible = "st,stm32-sdmmc2" },
- { .compatible = "st,stm32mp25-sdmmc2" }, { } };
Reviewed-by: Patrick Delaunay patrick.delaunay@foss.st.com
Thanks Patrick