summaryrefslogtreecommitdiff
path: root/drivers/mmc/am654_sdhci.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-06-10 16:02:42 -0400
committerTom Rini <trini@konsulko.com>2022-06-10 16:02:42 -0400
commita87a6fcd20c0e29fe55bfbb6917c4aa1f1bbce74 (patch)
treed5eb96f5979b773406d061572de14027b34a281e /drivers/mmc/am654_sdhci.c
parente5028bb227c578ca89273f0b1e0d289ec1987d2f (diff)
parente16aac3b730e10420d54cfa64f658fe7ef0397c6 (diff)
Merge branch '2022-06-10-assorted-platform-updates' into next
- TI J721E hyperflash support, TI OMAP3 updates, TI AM654 updates, TI AM62 initial support, Broadcom bcmbca 47622 SoC support, NPCM7xx pinctrl and rng drivers, Synquacer updates
Diffstat (limited to 'drivers/mmc/am654_sdhci.c')
-rw-r--r--drivers/mmc/am654_sdhci.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/mmc/am654_sdhci.c b/drivers/mmc/am654_sdhci.c
index 4305967d784..42a61343645 100644
--- a/drivers/mmc/am654_sdhci.c
+++ b/drivers/mmc/am654_sdhci.c
@@ -670,6 +670,10 @@ static const struct udevice_id am654_sdhci_ids[] = {
.compatible = "ti,am64-sdhci-4bit",
.data = (ulong)&sdhci_am64_4bit_drvdata,
},
+ {
+ .compatible = "ti,am62-sdhci",
+ .data = (ulong)&sdhci_am64_4bit_drvdata,
+ },
{ }
};