net: phy: at803x: add MDIX support to AR8031/33
authorMichael Walle <michael@walle.cc>
Sun, 14 Feb 2021 01:17:11 +0000 (02:17 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 15 Feb 2021 23:20:00 +0000 (15:20 -0800)
commit63477a5d4c59a9272ee7217570b123b223cf7889
treee644cddac2bff4dfc70177ad5cd901302b78e390
parent4a408a8adddd4c0a65d39ac87f95829c67e93cc1
net: phy: at803x: add MDIX support to AR8031/33

AR8035 recently gained MDIX support. The same functions will work for
the AR8031/33 PHY. We just need to add the at803x_config_aneg()
callback.

This was tested on a Kontron sl28 board.

Signed-off-by: Michael Walle <michael@walle.cc>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/at803x.c