Re: [PATCH 1/3] net: phy: at803x: support qca8081 1G chip type

From: Andrew Lunn
Date: Thu Jun 29 2023 - 09:14:30 EST


On Thu, Jun 29, 2023 at 11:48:44AM +0800, Luo Jie wrote:
> The qca8081 1G chip version does not support 2.5 capability, which
> is distinguished from qca8081 2.5G chip according to the bit0 of
> register mmd7.0x901d.
>
> The fast retrain and master slave seed configs are only needed when
> the 2.5G capability is supported.

Does genphy_c45_pma_read_abilities() work on these devices?

Andrew