diff mbox series

[4/6] net/designware: add compatible for "snps,dwmac"

Message ID 20240327080817.44501-5-wefu@redhat.com
State New
Delegated to: Andes
Headers show
Series riscv: adds T-Head C9xx basic and GMAC support. | expand

Commit Message

Wei Fu March 27, 2024, 8:07 a.m. UTC
From: Wei Fu <wefu@redhat.com>

Signed-off-by: Wei Fu <wefu@redhat.com>
Co-authored-by: Yixun Lan <dlan@gentoo.org>
---
 drivers/net/designware.c | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

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" },
 	{ }
 };