Re: [PATCH] net: dwmac_meson8b: do not set TX delay in TXID & RXID

2021-05-14 Thread Neil Armstrong
On 05/05/2021 20:47, Ramon Fried wrote: > On Wed, May 5, 2021 at 10:55 AM Neil Armstrong > wrote: >> >> When the PHY interface is set as TXID & RXID, the delays should be taken >> from DT, >> but first they should not be hardcoded since the PHY driver will set them. >> >> Fixes: 798424e857 ("net

Re: [PATCH] net: dwmac_meson8b: do not set TX delay in TXID & RXID

2021-05-05 Thread Ramon Fried
On Wed, May 5, 2021 at 10:55 AM Neil Armstrong wrote: > > When the PHY interface is set as TXID & RXID, the delays should be taken from > DT, > but first they should not be hardcoded since the PHY driver will set them. > > Fixes: 798424e857 ("net: designware: add Amlogic Meson8b & later glue driv

[PATCH] net: dwmac_meson8b: do not set TX delay in TXID & RXID

2021-05-05 Thread Neil Armstrong
When the PHY interface is set as TXID & RXID, the delays should be taken from DT, but first they should not be hardcoded since the PHY driver will set them. Fixes: 798424e857 ("net: designware: add Amlogic Meson8b & later glue driver") Signed-off-by: Neil Armstrong --- drivers/net/dwmac_meson8b