Merge branch 'gmii2rgmii-loopback'
authorDavid S. Miller <davem@davemloft.net>
Fri, 20 Aug 2021 13:31:46 +0000 (14:31 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 20 Aug 2021 13:31:46 +0000 (14:31 +0100)
Gerhard Engleder says:

====================
Add Xilinx GMII2RGMII loopback support

The Xilinx GMII2RGMII driver overrides PHY driver functions in order to
configure the device according to the link speed of the PHY attached to
it. This is implemented for a normal link but not for loopback.

Andrew told me to use phy_loopback and this changes make phy_loopback
work in combination with Xilinx GMII2RGMII.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge