diff options
author | Eugen Hristev | 2020-08-27 12:04:41 +0300 |
---|---|---|
committer | Eugen Hristev | 2020-09-25 10:39:22 +0300 |
commit | 4cc08258758c4d7f5a624aa99cb2435022def761 (patch) | |
tree | 419104e26a4a3ddf423acdc7be6e61f884264a56 | |
parent | 63ef81625ea9553b0fea83cd7915ced8788d4fb4 (diff) |
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>
-rw-r--r-- | drivers/mmc/atmel_sdhci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/atmel_sdhci.c b/drivers/mmc/atmel_sdhci.c index 0c53caf448c..f03c0457e13 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" }, { } }; |