From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Thu, 25 Jul 2019 23:41:01 +0200 Subject: [U-Boot] [PATCH v2 5/6] net: phy: mv88e61xx: register phy_driver struct for 88E6071 In-Reply-To: References: <20190709232251.31746-1-agust@denx.de> <20190709232251.31746-6-agust@denx.de> Message-ID: <20190725234101.25aed22d@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, 23 Jul 2019 04:29:05 +0000 Joe Hershberger joe.hershberger at ni.com wrote: ... > > +static struct phy_driver mv88e6071_driver = { > > + .name = "Marvell MV88E6071", > > Is it really just the 6071? What about all the other ones mentioned in > the Kconfig? Yes, only 6071 for now. I do not have other compatible devices to get the IDs for adding them in the driver. -- Anatolij