Files
u-boot-tk1-som/drivers/net
shaohui xie 1f3bd3e239 powerpc/fm: fix TBI PHY address settings
TBI PHY address (TBIPA) register is set in general frame manager
phy init funciton dtsec_init_phy() in drivers/net/fm/eth.c, and
it is supposed to set TBIPA on FM1@DTSEC1 in case of FM1@DTSEC1
isn't used directly, which provides MDIO for other ports. So
following code is wrong in case of FM2, which has a different
mac base.

struct dtsec *regs = (struct dtsec *)fm_eth->mac->base;
/* Assign a Physical address to the TBI */
out_be32(&regs->tbipa, CONFIG_SYS_TBIPA_VALUE);

Signed-off-by: Shaohui Xie <Shaohui.Xie@freescale.com>
Signed-off-by: Andy Fleming <afleming@freescale.com>
2012-10-22 15:52:46 -05:00
..
2012-09-24 13:17:24 -05:00
2012-09-27 12:21:59 -05:00
2011-01-09 18:06:50 +01:00
2010-07-12 00:14:29 -07:00
2012-05-22 10:18:15 -05:00
2012-10-15 11:53:59 -07:00
2010-01-31 22:37:12 -08:00
2012-09-27 12:22:10 -05:00
2012-09-27 12:22:10 -05:00
2011-04-20 15:09:34 -05:00
2008-02-14 09:37:58 +00:00
2012-09-26 12:36:32 -05:00
2008-05-21 00:14:08 +02:00
2008-10-18 21:54:03 +02:00
2012-09-26 12:36:32 -05:00