Re: [PATCH net-next v3 3/4] net: phy: realtek: add support for RTL8261C_CG
From: Nicolai Buchwitz
Date: Fri Jun 05 2026 - 05:13:27 EST
On 5.6.2026 09:43, javen wrote:
From: Javen Xu <javen_xu@xxxxxxxxxxxxxx>
This patch adds support for Realtek phy chip RTL8261C_CG. Its PHY ID is
0x001cc898.
Signed-off-by: Javen Xu <javen_xu@xxxxxxxxxxxxxx>
---
Changes in v2:
- remove RTL8261D, only support RTL8261C_CG
- remove speed 500, rarely used
- add helper function, genphy_c45_soft_reset() and genphy_c45_config_master_slave()
Changes in v3:
- remove macro RTL8261X_GBCR_REG
- remove priv struct and priv->sub_phy_id
---
[...]
Reviewed-by: Nicolai Buchwitz <nb@xxxxxxxxxxx>
Thanks,
Nicolai