From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?J=F6rg?= Krause Date: Mon, 04 Jan 2016 14:48:21 +0100 Subject: [U-Boot] [PATCH] Revert "net: phy: delay only if reset handler is registered" In-Reply-To: References: <1447777546-18122-1-git-send-email-fabio.estevam@freescale.com> <1447836275.8017.46.camel@embedded.rocks> <1447920789.3204.14.camel@embedded.rocks> <1451911783.18759.4.camel@embedded.rocks> Message-ID: <1451915301.18759.9.camel@embedded.rocks> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Fabio, On Mo, 2016-01-04 at 10:57 -0200, Fabio Estevam wrote: > Hi J?rg, > > On Mon, Jan 4, 2016 at 10:49 AM, J?rg Krause > wrote: > > > Do you know which PHY is used on mx6cuboxi? > > It is an AR8035. > > > I am wondering if the ANATOP clock setting is correct (25MHz)? > > > > http://git.denx.de/?p=u-boot.git;a=blob;f=board/solidrun/mx6cuboxi/ > > mx6c > > uboxi.c;h=fc37f1eef06da5147e5403d4272d220836c9cfbc;hb=HEAD#l167 > > Yes, this seems correct for this board. > > > Does it help to increase the delay and set it to 15ms? > > It does not help. mx6cuboxi.h defines?CONFIG_FEC_MXC and?CONFIG_PHYLIB, but does not use?cpu_eth_init() [which calls fecmxc_initialize()]. Is there any reason for this? J?rg