mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 14:10:43 +00:00
net: designware: remove amlogic compatibles
These compatibles are now handled by the dwmac_meson8b glue driver. Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
This commit is contained in:
parent
888422ea17
commit
6f3cd174a3
1 changed files with 0 additions and 3 deletions
|
@ -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" },
|
||||
{ }
|
||||
|
|
Loading…
Reference in a new issue