[U-Boot] [PATCH 1/6] net: phy: mv88e61xx: rework to enable detection of 88E6071 devices

Anatolij Gustschin agust at denx.de
Tue Jul 9 08:13:20 UTC 2019


Hi Chris,

On Tue, 9 Jul 2019 19:34:37 +1200
Chris Packham judge.packham at gmail.com wrote:

> >         priv->id = mv88e61xx_get_switch_id(phydev);
> > +       debug("%s ID 0x%x\n", __func__, priv->id);
> > +
> > +       switch (priv->id) {
> > +       case PORT_SWITCH_ID_6172:
> > +       case PORT_SWITCH_ID_6176:
> > +       case PORT_SWITCH_ID_6240:
> > +       case PORT_SWITCH_ID_6352:  
> 
> 6096 and 6097 are missing. These both have 11 ports (8x10/100M with
> integrated PHY and 3 x 1G with external PHY).

Thanks for review! I didn't notice it, will extend in v2 series.

Thanks,
Anatolij


More information about the U-Boot mailing list