Re: [PATCH net] net: macb: use phy_interface_mode_is_rgmii everywhere

2020-07-17 Thread David Miller
From: Alexandre Belloni Date: Sat, 18 Jul 2020 01:32:21 +0200 > There is one RGMII check not using the phy_interface_mode_is_rgmii() > helper. This prevents the driver from configuring the MAC properly when > using a phy-mode that is not just rgmii, e.g. rgmii-rxid. This became an > issue on sama

[PATCH net] net: macb: use phy_interface_mode_is_rgmii everywhere

2020-07-17 Thread Alexandre Belloni
There is one RGMII check not using the phy_interface_mode_is_rgmii() helper. This prevents the driver from configuring the MAC properly when using a phy-mode that is not just rgmii, e.g. rgmii-rxid. This became an issue on sama5d3 xplained since the ksz9031 driver is hadling phy-mode properly and t