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>
This commit is contained in:
parent
63ef81625e
commit
4cc0825875
@ -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" },
|
||||
{ }
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user