ARCH=ppc -> ARCH=powerpc : help needed for dts file
Scott Wood
scottwood at freescale.com
Tue Mar 4 08:55:26 EST 2008
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
More information about the Linuxppc-dev
mailing list