From: Sandeep Sheriker Mallikarjun Date: Fri, 27 Sep 2019 13:08:36 +0000 (+0000) Subject: mmc: atmel_sdhci: Add sam9x60-sdhci compatibility string X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=f5663740cb3c2a2e6a9017113a2861193756eb0d;p=u-boot.git mmc: atmel_sdhci: Add sam9x60-sdhci compatibility string Add new compatibility string for matching sam9x60 product. Signed-off-by: Sandeep Sheriker Mallikarjun --- diff --git a/drivers/mmc/atmel_sdhci.c b/drivers/mmc/atmel_sdhci.c index d930ed8da0..2b797c9bd4 100644 --- a/drivers/mmc/atmel_sdhci.c +++ b/drivers/mmc/atmel_sdhci.c @@ -112,6 +112,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" }, { } };