diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2013-10-04 09:25:32 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2014-01-03 16:26:22 -0500 |
commit | 8f6344faafb455e7481d87490d372c8337a0e32b (patch) | |
tree | 91da4f4a3f5bdfc69135167dbd3be7f1d7306dde /arch/arm/boot/dts/integratorcp.dts | |
parent | bdd272cbb97a66cf83061d22cfd19beb7267943a (diff) |
ARM: integrator: pass parent IRQ to the SIC
The SIC is cascaded off the PIC, so specify this in the device tree.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/integratorcp.dts')
-rw-r--r-- | arch/arm/boot/dts/integratorcp.dts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/integratorcp.dts b/arch/arm/boot/dts/integratorcp.dts index 7deb3a3182b4..a21c17de9a5e 100644 --- a/arch/arm/boot/dts/integratorcp.dts +++ b/arch/arm/boot/dts/integratorcp.dts | |||
@@ -47,8 +47,11 @@ | |||
47 | valid-mask = <0x00000007>; | 47 | valid-mask = <0x00000007>; |
48 | }; | 48 | }; |
49 | 49 | ||
50 | /* The SIC is cascaded off IRQ 26 on the PIC */ | ||
50 | sic: sic@ca000000 { | 51 | sic: sic@ca000000 { |
51 | compatible = "arm,versatile-fpga-irq"; | 52 | compatible = "arm,versatile-fpga-irq"; |
53 | interrupt-parent = <&pic>; | ||
54 | interrupts = <26>; | ||
52 | #interrupt-cells = <1>; | 55 | #interrupt-cells = <1>; |
53 | interrupt-controller; | 56 | interrupt-controller; |
54 | reg = <0xca000000 0x100>; | 57 | reg = <0xca000000 0x100>; |