]> git.baikalelectronics.ru Git - uboot.git/commit
net: designware: drop compatible altr, socfpga-stmmac
authorRalph Siemsen <ralph.siemsen@linaro.org>
Mon, 19 Aug 2019 18:43:13 +0000 (14:43 -0400)
committerJoe Hershberger <joe.hershberger@ni.com>
Wed, 4 Sep 2019 16:37:19 +0000 (11:37 -0500)
commit7f82edf931636c3e908b09293f2f145abef25463
treef07c8db4f539ab6008c8a7eac467697524c27f21
parentfaaf9905fcdf2234a01220131b5a688144029390
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>
drivers/net/designware.c