net: dpaa2-mac: add support for more ethtool 10G link modes
authorRussell King <rmk+kernel@armlinux.org.uk>
Tue, 9 Mar 2021 15:35:05 +0000 (15:35 +0000)
committerIoana Ciornei <ciorneiioana@gmail.com>
Mon, 26 Apr 2021 09:22:47 +0000 (12:22 +0300)
commit35ce65aeef24c3b371a7d541722e72a0eed2556f
tree723c40676352d6b48a706089b5e32e5472b92068
parent0823ea6685850a577b92dfb80b0a2575c9f290a7
net: dpaa2-mac: add support for more ethtool 10G link modes

Phylink documentation says:
 * Note that the PHY may be able to transform from one connection
 * technology to another, so, eg, don't clear 1000BaseX just
 * because the MAC is unable to BaseX mode. This is more about
 * clearing unsupported speeds and duplex settings. The port modes
 * should not be cleared; phylink_set_port_modes() will help with this.

So add the missing 10G modes. This allows SFP+ modules to be used with
the SolidRun boards.

Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com>
drivers/net/ethernet/freescale/dpaa2/dpaa2-mac.c