]> Git Repo - J-u-boot.git/blobdiff - drivers/mmc/atmel_sdhci.c
mmc: atmel-sdhci: add sama7g5-sdhci compatibility string
[J-u-boot.git] / drivers / mmc / atmel_sdhci.c
index 0c53caf448c67382cacddd1b1e9d3144e19e7aa1..f03c0457e13f414547124604be7132572da5576b 100644 (file)
@@ -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" },
        { }
 };
 
This page took 0.025734 seconds and 4 git commands to generate.