From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Mon, 09 Nov 2009 22:52:26 -0800 Subject: [U-Boot] [u-boot] [PATCH] [1/2] [v1.2] mxc_fec: fix some erroneous PHY accesses. In-Reply-To: References: Message-ID: <4AF90DAA.6070807@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Javier, javier Martin wrote: > 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 > -- Applied to net repo. thanks, Ben