Skip to content

Commit

Permalink
ARM: integrator: pass parent IRQ to the SIC
Browse files Browse the repository at this point in the history
The SIC is cascaded off the PIC, so specify this in the device tree.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
  • Loading branch information
Linus Walleij committed Jan 3, 2014
1 parent bdd272c commit 8f6344f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/arm/boot/dts/integratorcp.dts
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,11 @@
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>;
Expand Down

0 comments on commit 8f6344f

Please sign in to comment.