On Wed, Jun 19, 2024 at 9:33 PM Andrew Lunn <andrew@xxxxxxx> wrote: > > On Wed, Jun 19, 2024 at 08:45:49PM +0200, Bartosz Golaszewski wrote: > > From: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx> > > > > On sa8775p-ride the RX clocks from the AQR115C PHY are not available at > > the time of the DMA reset so we need to loop TX clocks to RX and then > > disable loopback after link-up. Use the provided callbacks to do it for > > this board. > > How does this differ to ethqos_clks_config()? > I'm not sure I understand the question. This function is called at probe/remove and suspend/resume. It's not linked to the issue solved here. Bart