git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63ef816
)
mmc: atmel-sdhci: add sama7g5-sdhci compatibility string
author
Eugen Hristev
<eugen.hristev@microchip.com>
Thu, 27 Aug 2020 09:04:41 +0000
(12:04 +0300)
committer
Eugen Hristev
<eugen.hristev@microchip.com>
Fri, 25 Sep 2020 07:39:22 +0000
(10:39 +0300)
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>
drivers/mmc/atmel_sdhci.c
patch
|
blob
|
history
diff --git
a/drivers/mmc/atmel_sdhci.c
b/drivers/mmc/atmel_sdhci.c
index
0c53caf
..
f03c045
100644
(file)
--- 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" },
{ }
};