]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mxc_fec: fix some erroneous PHY accesses.
authorjavier Martin <javier.martin@vista-silicon.com>
Thu, 29 Oct 2009 07:18:34 +0000 (08:18 +0100)
committerBen Warren <biggerbadderben@gmail.com>
Wed, 11 Nov 2009 21:27:09 +0000 (13:27 -0800)
commite8f1546a88b4ade6a910c4a7958a774ee1b40023
treed5cb38b11afba8122253595e612c818565305a65
parentd14c7ec2b51fb92c4a5218b299b772c3d186510d
mxc_fec: fix some erroneous PHY accesses.

This patch fixes erroneous access to the ethernet PHY which broke the driver.
1. Selector field in the auto-negotiation register must be 0x00001 for
using 802.3, not 0x00000 which is reseved.
2. Access to the PHY address specified by CONFIG_FEC_MXC_PHYADDR, not
0x0 fixed address.

This has been tested in i.MX27 Litekit board and eldk-4.2 toolchains.

Now using proper defines for auto-negotiation register.

Signed-off-by: Javier Martin <javier.martin@vista-silicon.com>
Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
drivers/net/fec_mxc.c