[PATCH v4 10/10] dma: ti: k3-udma: Add new compatible to J721e

Vignesh Raghavendra vigneshr at ti.com
Mon Dec 9 05:55:40 CET 2019


Add new compatible to handle UDMA support for J721e SoC

Signed-off-by: Vignesh Raghavendra <vigneshr at ti.com>
Reviewed-by: Grygorii Strashko <grygorii.strashko 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 92c7af910406..cccffb600c4c 100644
--- a/drivers/dma/ti/k3-udma.c
+++ b/drivers/dma/ti/k3-udma.c
@@ -1829,6 +1829,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