[PATCH v3 2/3] ARM: dts: imx6: extend PCIe interrupt list for MSI
Arnd Bergmann
arnd at arndb.de
Thu Feb 27 11:44:37 EST 2014
On Thursday 27 February 2014 17:41:44 Lucas Stach wrote:
> num-lanes = <1>;
> - interrupts = <0 123 0x04>;
> + interrupt-names = "inta", "intb", "intc", "intd/msi";
> + interrupts = <0 123 0x04>, <0 122 0x04>, <0 121 0x04>, <0 120 0x04>;
> clocks = <&clks 189>, <&clks 187>, <&clks 206>, <&clks 144>;
>
The standard PCI interrupts should not be listed here, you need to
put them into the "interrupt-map" property so the of_irq_parse_and_map_pci()
function can translate them.
Arnd
More information about the linux-arm-kernel
mailing list