>-----Original Message----- >From: Vladimir Oltean <olte...@gmail.com> >Sent: Monday, January 25, 2021 2:24 PM >To: Tom Rini <tr...@konsulko.com>; Joe Hershberger ><joe.hershber...@ni.com>; Simon Glass <s...@chromium.org>; Bin Meng ><bmeng...@gmail.com>; u-boot@lists.denx.de >Cc: Michael Walle <mich...@walle.cc>; Alexandru Marginean ><alexandru.margin...@nxp.com>; Claudiu Manoil ><claudiu.man...@nxp.com> >Subject: [PATCH v4 1/7] net: phy: fixed: support speeds of 2500 and 10000 > >From: Vladimir Oltean <vladimir.olt...@nxp.com> > >Unlike the Linux fixed PHY driver, the one in U-Boot does not attempt to >emulate the clause 22 register set of a gigabit copper PHY driver >through the swphy framework. Therefore, the limitation of being unable >to support speeds higher than gigabit in fixed-link does not apply to >the U-Boot fixed PHY driver. This makes the fixed-link U-Boot >implementation more similar to the one from phylink, which can work with >any valid link speed. > >Signed-off-by: Vladimir Oltean <vladimir.olt...@nxp.com>
Reviewed-by: Claudiu Manoil <claudiu.man...@nxp.com>