> Subject: [PATCH v2 3/6] mmc: atmel-sdhci: add sama7g5-sdhci compatibility > string > > Add new compatibility string for matching sama7g5 product. > > Signed-off-by: Eugen Hristev <[email protected]> > --- > drivers/mmc/atmel_sdhci.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/mmc/atmel_sdhci.c b/drivers/mmc/atmel_sdhci.c index > 0c53caf448..f03c0457e1 100644 > --- a/drivers/mmc/atmel_sdhci.c > +++ b/drivers/mmc/atmel_sdhci.c > @@ -113,6 +113,7 @@ static int atmel_sdhci_bind(struct udevice *dev) > static const struct udevice_id atmel_sdhci_ids[] = { > { .compatible = "atmel,sama5d2-sdhci" }, > { .compatible = "microchip,sam9x60-sdhci" }, > + { .compatible = "microchip,sama7g5-sdhci" }, > { } > }; >
Reviewed-by: Peng Fan <[email protected]> > -- > 2.25.1

