Hi Florian,
Thanks for a quick review,
On 08-01-19, 09:59, Florian Fainelli wrote:
> On 1/8/19 8:29 AM, Vinod Koul wrote:
> > + if (phydev->interface == PHY_INTERFACE_MODE_RGMII) {
> > + ret = at803x_disable_rx_delay(phydev);
> > + if (ret < 0)
> > + retur
On 1/8/19 8:29 AM, Vinod Koul wrote:
> For RGMII mode, phy delay should be disabled. Add this case along
> with disable delay routines.
>
> Signed-off-by: Vinod Koul
> ---
> drivers/net/phy/at803x.c | 21 +
> 1 file changed, 21 insertions(+)
>
> diff --git a/drivers/net/phy/
For RGMII mode, phy delay should be disabled. Add this case along
with disable delay routines.
Signed-off-by: Vinod Koul
---
drivers/net/phy/at803x.c | 21 +
1 file changed, 21 insertions(+)
diff --git a/drivers/net/phy/at803x.c b/drivers/net/phy/at803x.c
index f9432d053a22.