From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.228]) by ozlabs.org (Postfix) with ESMTP id 2D071DDF37 for ; Fri, 23 Jan 2009 19:48:19 +1100 (EST) Received: by rv-out-0506.google.com with SMTP id f6so4827118rvb.9 for ; Fri, 23 Jan 2009 00:48:17 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <20090122180001.GB18427@ld0162-tx32.am.freescale.net> References: <21589420.post@talk.nabble.com> <49783993.4090408@denx.de> <21605367.post@talk.nabble.com> <1232646323.4661.3.camel@r54964-12.am.freescale.net> <20090122180001.GB18427@ld0162-tx32.am.freescale.net> Date: Fri, 23 Jan 2009 14:18:17 +0530 Message-ID: Subject: Re: eth0: Could not attach to PHY From: Ratheesh To: Scott Wood Content-Type: multipart/alternative; boundary=00163645924649b89b0461227391 Cc: linuxppc-dev@ozlabs.org, wael showair , Haiying Wang List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , --00163645924649b89b0461227391 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi The device tree format has changed from linux-2.6.24. You need to port the U-Boot to the latest version. Even I faced the same issue. Regards Ratheesh On Thu, Jan 22, 2009 at 11:30 PM, Scott Wood wrote: > On Thu, Jan 22, 2009 at 12:45:22PM -0500, Haiying Wang wrote: > > On Thu, 2009-01-22 at 06:37 -0800, wael showair wrote: > > > > > mdio@24520 { > > > #address-cells = <1>; > > > #size-cells = <0>; > > > device_type = "mdio"; > > > compatible = "gianfar"; > > > reg = <24520 20>; > > > linux,phandle = <24520>; > > > > Change compatible to "gianfar-mdio". > > "fsl,gianfar-mdio" > > -Scott > _______________________________________________ > Linuxppc-dev mailing list > Linuxppc-dev@ozlabs.org > https://ozlabs.org/mailman/listinfo/linuxppc-dev > --00163645924649b89b0461227391 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi
The device tree format has changed from linux-2.6.24. You need to por= t the U-Boot to the latest version. Even I faced the same issue.

Reg= ards
Ratheesh

On Thu, Jan 22, 2009 at = 11:30 PM, Scott Wood <scottwood@freescale.com> wrote:
On Thu, Jan 22, 2009 at 12:45:22PM -0500, Haiying Wang wrote:
> On Thu, 2009-01-22 at 06:37 -0800, wael showair wrote:
>
> >             mdio@24520 {
> >                   &n= bsp; #address-cells =3D <1>;
> >                   &n= bsp; #size-cells =3D <0>;
> >                   &n= bsp; device_type =3D "mdio";
> >                   &n= bsp; compatible =3D "gianfar";
> >                   &n= bsp; reg =3D <24520 20>;
> >                   &n= bsp; linux,phandle =3D <24520>;
>
> Change compatible to "gianfar-mdio".

"fsl,gianfar-mdio"

-Scott
______________________________= _________________
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev

--00163645924649b89b0461227391--