Przeglądaj źródła

mmc: atmel-sdhci: add sama7g5-sdhci compatibility string

Add new compatibility string for matching sama7g5 product.

Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Eugen Hristev 3 lat temu
rodzic
commit
4cc0825875
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      drivers/mmc/atmel_sdhci.c

+ 1 - 0
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" },
 	{ }
 };