> +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

Reply via email to