From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from hs-out-0708.google.com (hs-out-0708.google.com [64.233.178.245]) by ozlabs.org (Postfix) with ESMTP id 502EBDE41E for ; Sat, 22 Mar 2008 06:02:08 +1100 (EST) Received: by hs-out-0708.google.com with SMTP id z77so1502127hsz.9 for ; Fri, 21 Mar 2008 12:02:07 -0700 (PDT) Message-ID: Date: Fri, 21 Mar 2008 13:02:06 -0600 From: "Grant Likely" Sender: glikely@secretlab.ca To: "Wolfgang Grandegger" Subject: Re: Oops with TQM5200 on TQM5200 In-Reply-To: <47E3561B.6040505@grandegger.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 References: <47E2723D.1090101@grandegger.com> <47E281B6.20702@denx.de> <47E2FC3E.1020705@semihalf.com> <47E3561B.6040505@grandegger.com> Cc: linuxppc-dev@ozlabs.org, Paul Mackerras , Anatolij Gustschin List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, Mar 21, 2008 at 12:30 AM, Wolfgang Grandegger wrote: > Bartlomiej Sieka wrote: > > Grant Likely wrote: > >> 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. > > > > Could we also have similar fixes for cm5200.dts and motionpro.dts picked > > up? I could provide the patches within a day -- will this be OK? > > At that occasion, could you please also add two CAN nodes to tqm5200.dts > as shown: Acked-by: Grant Likely > > s$ diff -u tqm5200.dts tqm5200.dts.CAN > --- tqm5200.dts 2008-03-20 18:44:40.000000000 +0100 > +++ tqm5200.dts.CAN 2008-03-21 07:27:49.000000000 +0100 > @@ -68,6 +68,22 @@ > fsl,has-wdt; > }; > > + can@900 { > + compatible = "fsl,mpc5200-mscan"; > + cell-index = <0>; > + interrupts = <2 11 0>; > + interrupt-parent = <&mpc5200_pic>; > + reg = <900 80>; > + }; > + > + can@980 { > + compatible = "fsl,mpc5200-mscan"; > + cell-index = <1>; > + interrupts = <2 12 0>; > + interrupt-parent = <&mpc5200_pic>; > + reg = <980 80>; > + }; > + > gpio@b00 { > compatible = "fsl,mpc5200-gpio"; > reg = ; > -- Grant Likely, B.Sc., P.Eng. Secret Lab Technologies Ltd.