Re: [PATCH net-next v5 1/4] net: phy: micrel: Start using PHY_ID_MATCH_MODEL
From: Andrew Lunn
Date: Tue Aug 19 2025 - 23:15:09 EST
On Mon, Aug 18, 2025 at 09:51:18AM +0200, Horatiu Vultur wrote:
> Start using PHY_ID_MATCH_MODEL for all the drivers.
> While at this add also PHY_ID_KSZ8041RNLI to micrel_tbl.
>
> It is safe to change the current of 0x00fffff0 to PHY_ID_MATCH_MODEL
> because all the micrel PHYs have in MSB a value of 0.
>
> Signed-off-by: Horatiu Vultur <horatiu.vultur@xxxxxxxxxxxxx>
Reviewed-by: Andrew Lunn <andrew@xxxxxxx>
Andrew