Re: [PATCH v2 10/10] net: mvpp2: add explicit sgmii-2500 support

2021-05-03 Thread Ramon Fried
On Mon, May 3, 2021 at 9:09 AM Stefan Roese wrote: > > From: Marcin Wojtas > > Until now the mvpp2 driver used an extra 'phy-speed' > DT property in order to differentiate between the > SGMII and SGMII @2.5GHz. As there is a dedicated > PHY_INTERFACE_MODE_SGMII_2500 flag to mark the latter > star

[PATCH v2 10/10] net: mvpp2: add explicit sgmii-2500 support

2021-05-02 Thread Stefan Roese
From: Marcin Wojtas Until now the mvpp2 driver used an extra 'phy-speed' DT property in order to differentiate between the SGMII and SGMII @2.5GHz. As there is a dedicated PHY_INTERFACE_MODE_SGMII_2500 flag to mark the latter start using it and drop the custom flag. Signed-off-by: Marcin Wojtas