Re: [PATCH] phy: phylink: Fix CuSFP issue in phylink

From: Andrew Lunn
Date: Tue Nov 17 2020 - 08:47:13 EST


> > Do you have the Marvell PHY driver either built-in or available as a
> > module? I suspect the problem is you don't. You will need the Marvell
> > PHY driver to correctly drive the PHY, you can't rely on the fallback
> > driver for SFPs.
> Correct. I was using the generic driver and that does clearly not
> work. After including the Marvell driver the callback to the validate
> function happens as expected. Thanks for the support.

Hi Russell

Maybe we should have MDIO_I2C driver select the Marvell PHY driver?

Andrew