[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <dbd85f63-6abc-4824-a5ec-3ed5f270ffeb@lunn.ch>
Date: Mon, 17 Jul 2023 23:54:39 +0200
From: Andrew Lunn <andrew@...n.ch>
To: Stefan Eichenberger <eichest@...il.com>
Cc: netdev@...r.kernel.org, hkallweit1@...il.com, linux@...linux.org.uk,
francesco.dolcini@...adex.com, davem@...emloft.net,
edumazet@...gle.com, kuba@...nel.org, pabeni@...hat.com
Subject: Re: [PATCH net-next v3 5/5] net: phy: marvell-88q2xxx: add driver
for the Marvell 88Q2110 PHY
> +#define MARVELL_PHY_ID_88Q2110 0x002b0981
> +
> +static struct phy_driver mv88q2xxx_driver[] = {
> + {
> + .phy_id = MARVELL_PHY_ID_88Q2110,
> + .phy_id_mask = MARVELL_PHY_ID_MASK,
Probably not an issue...
The ID you have above is for revision 1 of the PHY. But the mask will
cause the revision to be ignored. Do you want to ignore the revision?
Are there different errata for revision 0 and 1?
Andrew
Powered by blists - more mailing lists