From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric =?ISO-8859-1?B?QuluYXJk?= Date: Wed, 6 Jun 2012 19:17:46 +0200 Subject: [U-Boot] [PATCH] da850/omap-l138: Enable auto negotiation in RMII mode In-Reply-To: <1338557677-18659-1-git-send-email-prabhakar.lad@ti.com> References: <1338557677-18659-1-git-send-email-prabhakar.lad@ti.com> Message-ID: <20120606191746.420ebe3a@eb-e6520> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Prabhakar, Le Fri, 1 Jun 2012 19:04:37 +0530, Prabhakar Lad a ?crit : > From: Rajashekhara, Sudhakar > > On DA850/OMAP-L138 it was observed that in RMII mode, > auto negotiation was not performed. This patch enables > auto negotiation in RMII mode. Without this patch, EMAC > initialization takes more time and sometimes tftp fails > in RMII mode. > > Signed-off-by: Rajashekhara, Sudhakar > Signed-off-by: Lad, Prabhakar > Signed-off-by: Hadli, Manjunath Tested-by: Eric B?nard on an AM1808 with a RMII PHY where tftp was nearly always failing. Eric