mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
net: phylink: Add 5gbase-r support
Add 5GBASER interface type and speed to phylink. Signed-off-by: Marek Behún <kabel@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
7331d1d462
commit
f6813bdafd
1 changed files with 4 additions and 0 deletions
|
@ -306,6 +306,10 @@ static int phylink_parse_mode(struct phylink *pl, struct fwnode_handle *fwnode)
|
|||
phylink_set(pl->supported, 2500baseX_Full);
|
||||
break;
|
||||
|
||||
case PHY_INTERFACE_MODE_5GBASER:
|
||||
phylink_set(pl->supported, 5000baseT_Full);
|
||||
break;
|
||||
|
||||
case PHY_INTERFACE_MODE_USXGMII:
|
||||
case PHY_INTERFACE_MODE_10GKR:
|
||||
case PHY_INTERFACE_MODE_10GBASER:
|
||||
|
|
Loading…
Add table
Reference in a new issue