[U-Boot] [PATCH 11/11] dma: ti: k3-udma: Add new compatible to J721e
Vignesh Raghavendra
vigneshr at ti.com
Thu Nov 14 09:14:32 UTC 2019
Add new compatible to handle UDMA support for J721e SoC
Signed-off-by: Vignesh Raghavendra <vigneshr at ti.com>
---
drivers/dma/ti/k3-udma.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/dma/ti/k3-udma.c b/drivers/dma/ti/k3-udma.c
index ebf773d9ca67..7336bad99412 100644
--- a/drivers/dma/ti/k3-udma.c
+++ b/drivers/dma/ti/k3-udma.c
@@ -1818,6 +1818,7 @@ static const struct dma_ops udma_ops = {
static const struct udevice_id udma_ids[] = {
{ .compatible = "ti,k3-navss-udmap" },
+ { .compatible = "ti,j721e-navss-main-udmap" },
{ }
};
--
2.24.0
More information about the U-Boot
mailing list