summaryrefslogtreecommitdiff
path: root/drivers/net/designware.c
diff options
context:
space:
mode:
authorRalph Siemsen <ralph.siemsen@linaro.org>2019-08-19 14:43:13 -0400
committerJoe Hershberger <joe.hershberger@ni.com>2019-09-04 11:37:19 -0500
commit642b80d256e1ba35e0dc8157a588b49c11b177f4 (patch)
treef07c8db4f539ab6008c8a7eac467697524c27f21 /drivers/net/designware.c
parent19f3b78dfbc63c46574e1c2232a8a89fc122405f (diff)
net: designware: drop compatible altr, socfpga-stmmac
The same compatible = "altr,socfpga-stmmac" appears in both drivers/net/designware.c and drivers/net/dwmac_socfgpa.c, creating ambiguity in which driver will be bound. For Intel/Altera SoC devices, dwmac_socfpga.c is the correct driver. So drop the compatible string from designware.c. Signed-off-by: Ralph Siemsen <ralph.siemsen@linaro.org> Reviewed-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'drivers/net/designware.c')
-rw-r--r--drivers/net/designware.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/designware.c b/drivers/net/designware.c
index c4fe40b19aa..145eeac45fd 100644
--- a/drivers/net/designware.c
+++ b/drivers/net/designware.c
@@ -847,7 +847,6 @@ int designware_eth_ofdata_to_platdata(struct udevice *dev)
static const struct udevice_id designware_eth_ids[] = {
{ .compatible = "allwinner,sun7i-a20-gmac" },
- { .compatible = "altr,socfpga-stmmac" },
{ .compatible = "amlogic,meson6-dwmac" },
{ .compatible = "amlogic,meson-gx-dwmac" },
{ .compatible = "amlogic,meson-gxbb-dwmac" },