From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from az33egw02.freescale.net (az33egw02.freescale.net [192.88.158.103]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "az33egw02.freescale.net", Issuer "Thawte Premium Server CA" (verified OK)) by ozlabs.org (Postfix) with ESMTP id 81D8DDDED4 for ; Tue, 4 Mar 2008 08:55:16 +1100 (EST) Message-ID: <47CC73CE.4080801@freescale.com> Date: Mon, 03 Mar 2008 15:55:26 -0600 From: Scott Wood MIME-Version: 1.0 To: Philippe De Muyter Subject: Re: ARCH=ppc -> ARCH=powerpc : help needed for dts file References: <20080303144727.GA27949@ingate.macqel> <20080303170719.GC28951@ld0162-tx32.am.freescale.net> <20080303210532.GA20382@netgate.macqel> <47CC696C.4090103@freescale.com> <20080303212622.GB20382@netgate.macqel> In-Reply-To: <20080303212622.GB20382@netgate.macqel> Content-Type: text/plain; charset=UTF-8; format=flowed Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Philippe De Muyter wrote: > The following seems important also : > > /* > interrupts = <18 2>; > */ > /* interrupts number are coded in hexa ! */ > interrupts = <12 2 19 2 1a 2 1b 2 35 2 36 2 37 2>; > > I have replaced the interrupts spec in comments by the longer interrupts spec > below, Why? > and it seems to have some positive effect, What kind of positive effect? I'd think the extra interrupts would just be ignored. The interrupts property for the PCI node itself is generally for error reporting. > I know that 25, 26, 27, 53, 54 and 55 decimal i(hence 19, 1a etc...) are the > interrupts numbers that I had in the ARCH=ppc version. I added 18 because > of the error message, but it did not help. What ARCH=ppc version? There are no device trees for non-OF boards in arch/ppc. -Scott