Re: [U-Boot] [PATCH] net: phy: Realtek RTL8211B/C PHY ID fix

2016-03-22 Thread Joe Hershberger
On Mon, Mar 21, 2016 at 2:29 PM, Karsten Merker wrote: > The RTL8211B_driver structure in drivers/net/phy/realtek.c contains a > wrong PHY ID (0x1cc910 instead of 0x1cc912) in the uid field. > > The lowest four bits of the PHY ID encode the chip revision (B+C/D/E/F) > of the RTL8211 and the code o

[U-Boot] [PATCH] net: phy: Realtek RTL8211B/C PHY ID fix

2016-03-21 Thread Karsten Merker
The RTL8211B_driver structure in drivers/net/phy/realtek.c contains a wrong PHY ID (0x1cc910 instead of 0x1cc912) in the uid field. The lowest four bits of the PHY ID encode the chip revision (B+C/D/E/F) of the RTL8211 and the code originally applied a mask of 0xf0 to the PHY ID, so that match