[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <Y7M3xg0mJhhr8Xg8@lunn.ch>
Date: Mon, 2 Jan 2023 21:00:06 +0100
From: Andrew Lunn <andrew@...n.ch>
To: Lukasz Majewski <lukma@...x.de>
Cc: Vladimir Oltean <olteanv@...il.com>,
Eric Dumazet <edumazet@...gle.com>,
Florian Fainelli <f.fainelli@...il.com>,
"David S. Miller" <davem@...emloft.net>,
Jakub Kicinski <kuba@...nel.org>,
Russell King <linux@...linux.org.uk>,
Paolo Abeni <pabeni@...hat.com>,
Alexander Duyck <alexander.duyck@...il.com>,
netdev@...r.kernel.org, linux-kernel@...r.kernel.org,
Matthias Schiffer <matthias.schiffer@...tq-group.com>
Subject: Re: [PATCH v3 2/3] net: dsa: mv88e6xxx: add support for MV88E6020
switch
On Mon, Jan 02, 2023 at 04:02:08PM +0100, Lukasz Majewski wrote:
> From: Matthias Schiffer <matthias.schiffer@...tq-group.com>
>
> A mv88e6250 family (i.e. LinkStreet) switch with 2 PHY and RMII ports
> and no PTP support.
> static const struct mv88e6xxx_info mv88e6xxx_table[] = {
> + [MV88E6020] = {
> + .prod_num = MV88E6XXX_PORT_SWITCH_ID_PROD_6020,
> + .family = MV88E6XXX_FAMILY_6250,
> + .name = "Marvell 88E6020",
> + .num_databases = 64,
> + .num_ports = 7,
> + .num_internal_phys = 5,
You say in the commit message there are two PHYs, yet you have 5 here?
Andrew
Powered by blists - more mailing lists