diff mbox series

[RFC/RFT,5/7] net: designware: remove amlogic compatibles

Message ID 20210225084438.2964558-6-narmstrong@baylibre.com
State Accepted
Commit 6f3cd174a3c31c417b7fb72be85e26e9db8e9493
Delegated to: Joe Hershberger
Headers show
Series arm: meson: static ethernet init cleanup | expand

Commit Message

Neil Armstrong Feb. 25, 2021, 8:44 a.m. UTC
These compatibles are now handled by the dwmac_meson8b glue driver.

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
---
 drivers/net/designware.c | 3 ---
 1 file changed, 3 deletions(-)
diff mbox series

Patch

diff --git a/drivers/net/designware.c b/drivers/net/designware.c
index acf3a82828..b8ba00b7c0 100644
--- a/drivers/net/designware.c
+++ b/drivers/net/designware.c
@@ -947,9 +947,6 @@  int designware_eth_of_to_plat(struct udevice *dev)
 static const struct udevice_id designware_eth_ids[] = {
 	{ .compatible = "allwinner,sun7i-a20-gmac" },
 	{ .compatible = "amlogic,meson6-dwmac" },
-	{ .compatible = "amlogic,meson-gx-dwmac" },
-	{ .compatible = "amlogic,meson-gxbb-dwmac" },
-	{ .compatible = "amlogic,meson-axg-dwmac" },
 	{ .compatible = "st,stm32-dwmac" },
 	{ .compatible = "snps,arc-dwmac-3.70a" },
 	{ }