aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Armstrong <narmstrong@baylibre.com>2021-02-25 09:44:36 +0100
committerNeil Armstrong <narmstrong@baylibre.com>2021-04-06 11:10:29 +0200
commit6f3cd174a3c31c417b7fb72be85e26e9db8e9493 (patch)
tree09ad07cb4f7c2978602f2084b5ab83811414607d
parent888422ea17c06491efb56486c4445502b6e7dc07 (diff)
downloadu-boot-6f3cd174a3c31c417b7fb72be85e26e9db8e9493.zip
u-boot-6f3cd174a3c31c417b7fb72be85e26e9db8e9493.tar.gz
u-boot-6f3cd174a3c31c417b7fb72be85e26e9db8e9493.tar.bz2
net: designware: remove amlogic compatibles
These compatibles are now handled by the dwmac_meson8b glue driver. Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
-rw-r--r--drivers/net/designware.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/designware.c b/drivers/net/designware.c
index acf3a82..b8ba00b 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" },
{ }