net: ti: am65-cpsw-nuss: Add new compatible for J721e
[oweals/u-boot.git] / drivers / dma / ti / k3-udma.c
index f90ca53e906d2824609d4888f99bbd45beeb0f71..f7128610c570e164f63168d8e440cb5a0186e2a8 100644 (file)
@@ -1731,6 +1731,7 @@ static const struct dma_ops udma_ops = {
 
 static const struct udevice_id udma_ids[] = {
        { .compatible = "ti,k3-navss-udmap" },
+       { .compatible = "ti,j721e-navss-mcu-udmap" },
        { }
 };