>From: Scott Wood
>Sent: Fri 1/11/2008 1:02 PM
>To: Rune Torgersen
>Cc: linuxppc-dev@ozlabs.org
>Subject: Re: Device Tree & PCI
> 
>On Fri, Jan 11, 2008 at 12:17:41PM -0600, Rune Torgersen wrote:
>>              PCI_INT: [EMAIL PROTECTED],10 {
>>                      #interrupt-cells = <1>;
>>                      interrupt-controller;
>>                      reg = <5 10 4>;                             //
>> Chip select, offset, length
>>                      compatible = "apmax-pciintmux";
>>                      interrupt-parent = <&PIC>;
>>                      interrupts = <19 8>;                        //
>> IRQ7, interrupt#25
>>              };
>
>Is this interrupt controller getting registered before the PCI bus gets
>probed?

Yes, and we got the disk controller on the primary side to work fully.
The kernel is still spitting those messages out, and we have determined it does 
so when scanning the secondary side of the bridge, so we're suspecting our 
bridge node in the device tree is not correct.

_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev

Reply via email to