net: ti: am65-cpsw-nuss: Add new compatible for J721e
Add new compatible to handle J721e SoC Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com> Acked-by: Joe Hershberger <joe.hershberger@ni.com> Reviewed-by: Grygorii Strashko <grygorii.strashko@ti.com>
This commit is contained in:
parent
461a290c5a
commit
382c0c629e
@ -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" },
|
||||
{ }
|
||||
};
|
||||
|
||||
|
@ -774,6 +774,7 @@ out:
|
||||
|
||||
static const struct udevice_id am65_cpsw_nuss_ids[] = {
|
||||
{ .compatible = "ti,am654-cpsw-nuss" },
|
||||
{ .compatible = "ti,j721e-cpsw-nuss" },
|
||||
{ }
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user