net: dwmac_meson8b: do not set TX delay in TXID & RXID
authorNeil Armstrong <narmstrong@baylibre.com>
Wed, 5 May 2021 07:52:08 +0000 (09:52 +0200)
committerNeil Armstrong <narmstrong@baylibre.com>
Fri, 14 May 2021 15:43:09 +0000 (17:43 +0200)
commit81d0edafd9659c908e4db11d91d06791af0ec183
treeaf08aaa9f6833f9f6887a15bf2dee18aef729ef1
parent60e531fabfaa6b844fa263279f752e868e6d555c
net: dwmac_meson8b: do not set TX delay in TXID & RXID

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 <narmstrong@baylibre.com>
Reviewed-by: Ramon Fried <rfried.dev@gmail.com>
drivers/net/dwmac_meson8b.c