[PATCH 14/18] mmc: am654_sdhci: Add support for J7200 devices
Lokesh Vutla
lokeshvutla at ti.com
Thu Jul 23 10:47:14 CEST 2020
From: Faiz Abbas <faiz_abbas at ti.com>
Add support for SDHCI controllers present on the J7200 device
Signed-off-by: Faiz Abbas <faiz_abbas at ti.com>
---
drivers/mmc/am654_sdhci.c | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/drivers/mmc/am654_sdhci.c b/drivers/mmc/am654_sdhci.c
index cbc531dc53..9a86eaea4f 100644
--- a/drivers/mmc/am654_sdhci.c
+++ b/drivers/mmc/am654_sdhci.c
@@ -483,6 +483,14 @@ static const struct udevice_id am654_sdhci_ids[] = {
.compatible = "ti,j721e-sdhci-4bit",
.data = (ulong)&j721e_4bit_drv_data,
},
+ {
+ .compatible = "ti,j7200-sdhci-8bit",
+ .data = (ulong)&j721e_8bit_drv_data,
+ },
+ {
+ .compatible = "ti,j7200-sdhci-4bit",
+ .data = (ulong)&j721e_4bit_drv_data,
+ },
{ }
};
--
2.27.0
More information about the U-Boot
mailing list