net: stmmac: snps, dwmac-mdio MDIOs are automatically registered
authorCorentin Labbe <clabbe.montjoie@gmail.com>
Tue, 24 Oct 2017 17:57:12 +0000 (19:57 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 27 Oct 2017 02:58:49 +0000 (11:58 +0900)
commitb5beecb580376cd8d959eb990abece6a748a3ce3
treeed49435917009a585bed48373a827a40454cc7c2
parent32d18ab1d44166cbb1dcaf8b359183636734ddb1
net: stmmac: snps, dwmac-mdio MDIOs are automatically registered

stmmac bindings docs said that its mdio node must have
compatible = "snps,dwmac-mdio";
Since dwmac-sun8i does not have any good reasons to not doing it, all
their MDIO node must have it.

Since these compatible is automatically registered, dwmac-sun8i compatible
does not need to be in need_mdio_ids.

Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c