Re: [PATCH net-next v2] net: phy: aquantia: add support for AQR114C PHY ID

From: Andrew Lunn
Date: Mon Apr 01 2024 - 10:54:23 EST


On Mon, Apr 01, 2024 at 04:51:06PM +0200, Paweł Owoc wrote:
> Add support for AQR114C PHY ID. This PHY advertise 10G speed:
> SPEED(0x04): 0x6031
> capabilities: -400g +5g +2.5g -200g -25g -10g-xr -100g -40g -10g/1g -10
> +100 +1000 -10-ts -2-tl +10g
> EXTABLE(0x0B): 0x40fc
> capabilities: -10g-cx4 -10g-lrm +10g-t +10g-kx4 +10g-kr +1000-t +1000-kx
> +100-tx -10-t -p2mp -40g/100g -1000/100-t1 -25g -200g/400g
> +2.5g/5g -1000-h
>
> but supports only up to 5G speed (as with AQR111/111B0).
> AQR111 init config is used to set max speed 5G.
>
> Signed-off-by: Paweł Owoc <frut3k7@xxxxxxxxx>

Reviewed-by: Andrew Lunn <andrew@xxxxxxx>

Andrew