Re: [U-Boot] [PATCH] tsec: Fix MDIO on devices with eTSEC2

2011-04-29 Thread Kumar Gala
On Apr 29, 2011, at 2:26 AM, Andy Fleming wrote: > The tsec driver was defining the default MDIO address as > the TSEC_BASE + 0x520, but on eTSEC2 controllers, the first > TSEC's registers are separated from the MDIO registers. Use > the existing MDIO_BASE_ADDR, instead. > > Signed-off-by: Andy

[U-Boot] [PATCH] tsec: Fix MDIO on devices with eTSEC2

2011-04-29 Thread Andy Fleming
The tsec driver was defining the default MDIO address as the TSEC_BASE + 0x520, but on eTSEC2 controllers, the first TSEC's registers are separated from the MDIO registers. Use the existing MDIO_BASE_ADDR, instead. Signed-off-by: Andy Fleming --- include/tsec.h |2 +- 1 files changed, 1 inse