[U-Boot] [PATCH 4/6] net: ti: am65-cpsw-nuss: Add new compatible for J721e
Vignesh Raghavendra
vigneshr at ti.com
Mon Nov 18 10:59:08 UTC 2019
Add new compatible to handle J721e SoC
Signed-off-by: Vignesh Raghavendra <vigneshr at ti.com>
---
drivers/net/ti/am65-cpsw-nuss.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/net/ti/am65-cpsw-nuss.c b/drivers/net/ti/am65-cpsw-nuss.c
index 2e14f4be862f..b606ff0ade2a 100644
--- a/drivers/net/ti/am65-cpsw-nuss.c
+++ b/drivers/net/ti/am65-cpsw-nuss.c
@@ -772,6 +772,7 @@ out:
static const struct udevice_id am65_cpsw_nuss_ids[] = {
{ .compatible = "ti,am654-cpsw-nuss" },
+ { .compatible = "ti,j721e-cpsw-nuss" },
{ }
};
--
2.24.0
More information about the U-Boot
mailing list