From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from 7.mo5.mail-out.ovh.net ([178.32.124.100] helo=mo5.mail-out.ovh.net) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TYy1t-0007SA-OV for barebox@lists.infradead.org; Thu, 15 Nov 2012 11:54:46 +0000 Received: from mail629.ha.ovh.net (b9.ovh.net [213.186.33.59]) by mo5.mail-out.ovh.net (Postfix) with SMTP id A5C2EFFB40F for ; Thu, 15 Nov 2012 13:02:24 +0100 (CET) Date: Thu, 15 Nov 2012 12:52:43 +0100 From: Jean-Christophe PLAGNIOL-VILLARD Message-ID: <20121115115243.GG31820@game.jcrosoft.org> References: <1352980282-24731-1-git-send-email-plagnioj@jcrosoft.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1352980282-24731-1-git-send-email-plagnioj@jcrosoft.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: barebox-bounces@lists.infradead.org Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: Re: [PATCH 1/1] mx53-loco: fix phy reset To: barebox@lists.infradead.org On 12:51 Thu 15 Nov , Jean-Christophe PLAGNIOL-VILLARD wrote: > the phy reset neet to be done before the fec driver is registered > as we accesst the phy at the fec probe time > > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD > --- forget this one this was send twice Best Regards, J. > arch/arm/boards/freescale-mx53-loco/board.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/arch/arm/boards/freescale-mx53-loco/board.c b/arch/arm/boards/freescale-mx53-loco/board.c > index 45c05c2..216d26a 100644 > --- a/arch/arm/boards/freescale-mx53-loco/board.c > +++ b/arch/arm/boards/freescale-mx53-loco/board.c > @@ -187,6 +187,7 @@ static int loco_devices_init(void) > { > > imx53_iim_register_fec_ethaddr(); > + loco_fec_reset(); > imx53_add_fec(&fec_info); > imx53_add_mmc0(&loco_sd1_data); > imx53_add_mmc2(&loco_sd3_data); > @@ -196,8 +197,6 @@ static int loco_devices_init(void) > if (IS_ENABLED(CONFIG_USB_EHCI)) > loco_ehci_init(); > > - loco_fec_reset(); > - > set_silicon_rev(imx_silicon_revision()); > > armlinux_set_bootparams((void *)0x70000100); > -- > 1.7.10.4 > _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox