> >> 1. As the PHY chip has hardware configuration for configuring delays, > >> we should at least have a mode that respects what's set on the > >hardware. > > > >Yes, that is PHY_INTERFACE_MODE_NA. In DT, set the phy-mode to "". Or > >for most MAC drivers, don't list a phy-mode at all. > > However, we still need to tell the MAC it's RGMII mode that is in use, not > MII/RMII/*MII. So the phy-mode still needs to be something that > contains rgmii. So for this MAC driver, you are going to have to fix the device tree. And for the short turn, maybe implement the workaround discussed in the other thread. Andrew