> >>From your .dts, I see you've been doing some swizzling of slots using > > interrupts 1...4 ... do that correspond to EXTIRQ 5....8 ? > > No, those correspond to the EXT1-4 that are the other side of the #ifdef > for this board in arch/ppc. :-)
Yes, that's what I was thinking. So that's what he got wrong in his .dts. Philippe, you need to fix those numbers so they map your EXTIRQ. (that is 1 -> 5, 2 -> 6, etc... ) And of course you need to make sure you have the right routing to the chip. it's funny the way you keep providing all sort of info but -never- the one we actually asked for :-) We basically, to help you, need to know for each PCI device connected to the SoC, or PCI slot if you have such, which address line is used for IDSEL, and to which MPIC interrupt inputs. Once you have given us that, we'll be able to help. It appears that just looking at the arch/ppc code is a bit too messy and confusing (and not necessarily right). In addition, you will also need to do proper interrupt routing for you other devices (RTC, etc...) but we can look at that separately. Ben. _______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev