Re: [PATCH v2] net: stmmac: dwmac-rk: Add handling for RGMII_ID/RXID/TXID

From: David Miller
Date: Thu Mar 30 2017 - 13:53:11 EST


From: Wadim Egorov <w.egorov@xxxxxxxxx>
Date: Wed, 29 Mar 2017 14:12:19 +0200

> ATM dwmac-rk will always set and enable it's internal delay lines.
> Using PHY internal delays in combination with the phy-mode
> rgmii-id/rxid/txid was not possible. Only rgmii was supported.
>
> Now we can disable rockchip's gmac delay lines and also use
> rgmii-id/rxid/txid.
>
> Tested only with a RK3288 based board.
>
> Signed-off-by: Wadim Egorov <w.egorov@xxxxxxxxx>
> ---
> Changes in v2: Added parenthesis around both expressions in DELAY_ENABLE

Applied to net-next, thanks.