ARM: integrator: pass parent IRQ to the SIC
authorLinus Walleij <linus.walleij@linaro.org>
Fri, 4 Oct 2013 13:25:32 +0000 (15:25 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 3 Jan 2014 21:26:22 +0000 (22:26 +0100)
The SIC is cascaded off the PIC, so specify this in the device tree.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/boot/dts/integratorcp.dts

index 7deb3a3..a21c17d 100644 (file)
                valid-mask = <0x00000007>;
        };
 
+       /* The SIC is cascaded off IRQ 26 on the PIC */
        sic: sic@ca000000 {
                compatible = "arm,versatile-fpga-irq";
+               interrupt-parent = <&pic>;
+               interrupts = <26>;
                #interrupt-cells = <1>;
                interrupt-controller;
                reg = <0xca000000 0x100>;