commit | 40ac3d462d2927fdf45263d360bcc275de452be6 | [log] [tgz] |
---|---|---|
author | Andy Fleming <afleming@freescale.com> | Fri Apr 29 02:26:52 2011 -0500 |
committer | Kumar Gala <galak@kernel.crashing.org> | Fri Apr 29 07:32:48 2011 -0500 |
tree | ea6066092d32b8d591fcd563011408b5cdf35b83 | |
parent | 66412c6371cfd6e056679abedea7d6fafe6a0422 [diff] |
tsec: Fix MDIO on devices with eTSEC2 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 <afleming@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>