[PATCH 4/6] net/designware: add compatible for "snps,dwmac"
wefu at redhat.com
wefu at redhat.com
Wed Mar 27 09:07:25 CET 2024
From: Wei Fu <wefu at redhat.com>
Signed-off-by: Wei Fu <wefu at redhat.com>
Co-authored-by: Yixun Lan <dlan at gentoo.org>
---
drivers/net/designware.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/net/designware.c b/drivers/net/designware.c
index c222197b11..bc2726485b 100644
--- a/drivers/net/designware.c
+++ b/drivers/net/designware.c
@@ -861,6 +861,7 @@ static const struct udevice_id designware_eth_ids[] = {
{ .compatible = "amlogic,meson6-dwmac" },
{ .compatible = "st,stm32-dwmac" },
{ .compatible = "snps,arc-dwmac-3.70a" },
+ { .compatible = "snps,dwmac" },
{ }
};
--
2.44.0
More information about the U-Boot
mailing list