From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Haas Date: Sun, 20 Mar 2016 08:52:05 +0100 Subject: [U-Boot] Which entry in drivers/net/phy/realtek.c matches my device? Message-ID: <56EE56A5.7040301@computerlinguist.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello all, I'd like to add some device-specific hacks to realtek.c. I'm using the Olimex A20-OlinuXino-Lime2 which uses the RTL8211CL PHY. Which of the various phy_driver structs is responsible for that device? I presume it's keyed off the .uid, but I'm not sure how to find the ID of the specific PHY used on my device. Thanks! Michael