Re: [PATCH] net: phy: broadcom: add support for BCM5221 phy

From: Andrew Lunn
Date: Sat Aug 12 2023 - 10:20:08 EST


> > This table has some sort of sorting. I would put this new entry before
> > PHY_ID_BCM5241.
> >
> > > #define PHY_ID_BCM50610 0x0143bd60
> > > #define PHY_ID_BCM50610M 0x0143bd70
> > > #define PHY_ID_BCM5241 0x0143bc30
> > > +#define PHY_ID_BCM5221 0x004061e0
> >
> > The value looks odd. Is the OUI correct? Is that a broadcom OUI?
>
> Yes it is correct and yes it is assigned to Broadcom.

I found a datasheet for this PHY and it does list this OUI. I just
noticed it is the only device supported by this driver which uses this
OUI, so i just wanted to check.

Andrew