projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
888422e
)
net: designware: remove amlogic compatibles
author
Neil Armstrong
<narmstrong@baylibre.com>
Thu, 25 Feb 2021 08:44:36 +0000
(09:44 +0100)
committer
Neil Armstrong
<narmstrong@baylibre.com>
Tue, 6 Apr 2021 09:10:29 +0000
(11:10 +0200)
These compatibles are now handled by the dwmac_meson8b glue driver.
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
drivers/net/designware.c
patch
|
blob
|
history
diff --git
a/drivers/net/designware.c
b/drivers/net/designware.c
index acf3a82828e1d4d2154b062a8d1ff896dd20b12b..b8ba00b7c0c7198aaf299c511b5c98a71af36967 100644
(file)
--- 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" },
{ }