> +void b53_serdes_phylink_validate(struct b53_device *dev, int port,
> + unsigned long *supported,
> + struct phylink_link_state *state)
> +{
> + u8 lane = b53_serdes_map_lane(dev, port);
> +
> + if (lane == B53_INVALID_LANE)
> + return;
> +
> + switch (lane) {
> + case 0:
> + phylink_set(supported, 2500baseX_Full);
Hi Florian
Could you also use it for 2500BaseT_Full with an appropriate copper
PHY?
Andrew
- [PATCH net-next 0/5] net: dsa: b53: SerDes support Florian Fainelli
- [PATCH net-next 5/5] net: dsa: b53: Add SerDes suppo... Florian Fainelli
- Re: [PATCH net-next 5/5] net: dsa: b53: Add SerD... Andrew Lunn
- Re: [PATCH net-next 5/5] net: dsa: b53: Add ... Florian Fainelli
- Re: [PATCH net-next 5/5] net: dsa: b53: Add SerD... Andrew Lunn
- Re: [PATCH net-next 5/5] net: dsa: b53: Add ... Florian Fainelli
- Re: [PATCH net-next 5/5] net: dsa: b53: ... Andrew Lunn
- [PATCH net-next 4/5] net: dsa: b53: Add PHYLINK supp... Florian Fainelli
- [PATCH net-next 1/5] net: dsa: b53: Add ability to e... Florian Fainelli
- [PATCH net-next 3/5] net: dsa: b53: Add helper to se... Florian Fainelli
- [PATCH net-next 2/5] net: dsa: b53: Make SRAB driver... Florian Fainelli
- Re: [PATCH net-next 2/5] net: dsa: b53: Make SRA... Andrew Lunn
- Re: [PATCH net-next 2/5] net: dsa: b53: Make... Florian Fainelli
