[U-Boot] [PATCH RESEND v2 10/10] dma: ti: k3-udma: Add new compatible to J721e
Vignesh Raghavendra
vigneshr at ti.com
Mon Dec 2 09:54:44 CET 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 03c48c9d1ee2..def3c5c38c66 100644
--- a/drivers/dma/ti/k3-udma.c
+++ b/drivers/dma/ti/k3-udma.c
@@ -1809,6 +1809,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