From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Tue, 9 Jul 2019 10:13:20 +0200 Subject: [U-Boot] [PATCH 1/6] net: phy: mv88e61xx: rework to enable detection of 88E6071 devices In-Reply-To: References: <20190708130351.26545-1-agust@denx.de> <20190708130351.26545-2-agust@denx.de> Message-ID: <20190709101320.7bfa5885@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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