From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.249]) by ozlabs.org (Postfix) with ESMTP id A40E5DDF00 for ; Fri, 21 Mar 2008 10:50:32 +1100 (EST) Received: by an-out-0708.google.com with SMTP id c37so268286anc.78 for ; Thu, 20 Mar 2008 16:50:31 -0700 (PDT) Message-ID: Date: Thu, 20 Mar 2008 17:50:30 -0600 From: "Grant Likely" Sender: glikely@secretlab.ca To: "Anatolij Gustschin" , "Paul Mackerras" Subject: Re: Oops with TQM5200 on TQM5200 In-Reply-To: <47E281B6.20702@denx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 References: <47E2723D.1090101@grandegger.com> <47E281B6.20702@denx.de> Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Paul, my git server is down at the moment. Can you please pick this one up for .25? It is needed to boot the tqm5200 board. Acked-by: Grant Likely Cheers, g. On Thu, Mar 20, 2008 at 9:24 AM, Anatolij Gustschin wrote: > Hello Wolfgang, > > > Wolfgang Grandegger wrote: > > > I just tried Linux 2.6.25-rc6 on my TQM5200 module and got the attached > > oops. Are there any known patches fixing the problems? > > try the patch below for tqm5200.dts, rebuild dtb and boot > again. Not sure if it works for Linux 2.6.25-rc6, but for > 2.6.25-rc3 it does. > > Anatolij > -- > diff --git a/arch/powerpc/boot/dts/tqm5200.dts b/arch/powerpc/boot/dts/tqm5200.dts > index c86464f..7c23bb3 100644 > --- a/arch/powerpc/boot/dts/tqm5200.dts > +++ b/arch/powerpc/boot/dts/tqm5200.dts > @@ -83,6 +83,7 @@ > }; > > dma-controller@1200 { > + device_type = "dma-controller"; > compatible = "fsl,mpc5200-bestcomm"; > reg = <1200 80>; > interrupts = <3 0 0 3 1 0 3 2 0 3 3 0 > @@ -127,10 +128,25 @@ > ethernet@3000 { > device_type = "network"; > compatible = "fsl,mpc5200-fec"; > - reg = <3000 800>; > + reg = <3000 400>; > local-mac-address = [ 00 00 00 00 00 00 ]; > interrupts = <2 5 0>; > interrupt-parent = <&mpc5200_pic>; > + phy-handle = <&phy0>; > + }; > + > + mdio@3000 { > + #address-cells = <1>; > + #size-cells = <0>; > + compatible = "fsl,mpc5200b-mdio"; > + reg = <3000 400>; // fec range, since we need to setup fec interrupts > + interrupts = <2 5 0>; // these are for "mii command finished", not link changes & co. > + interrupt-parent = <&mpc5200_pic>; > + > + phy0:ethernet-phy@0 { > + device_type = "ethernet-phy"; > + reg = <0>; > + }; > }; > > ata@3a00 { > _______________________________________________ > Linuxppc-dev mailing list > Linuxppc-dev@ozlabs.org > https://ozlabs.org/mailman/listinfo/linuxppc-dev > -- Grant Likely, B.Sc., P.Eng. Secret Lab Technologies Ltd.