commit | 81d0edafd9659c908e4db11d91d06791af0ec183 | [log] [tgz] |
---|---|---|
author | Neil Armstrong <narmstrong@baylibre.com> | Wed May 05 09:52:08 2021 +0200 |
committer | Neil Armstrong <narmstrong@baylibre.com> | Fri May 14 17:43:09 2021 +0200 |
tree | af08aaa9f6833f9f6887a15bf2dee18aef729ef1 | |
parent | 60e531fabfaa6b844fa263279f752e868e6d555c [diff] |
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>