projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bdd272c
)
ARM: integrator: pass parent IRQ to the SIC
author
Linus Walleij
<linus.walleij@linaro.org>
Fri, 4 Oct 2013 13:25:32 +0000
(15:25 +0200)
committer
Linus 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
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/integratorcp.dts
b/arch/arm/boot/dts/integratorcp.dts
index 7deb3a3182b42513d95bfdf34894692425a62c43..a21c17de9a5e9bcc8f1974deae775faa48aafd14 100644
(file)
--- a/
arch/arm/boot/dts/integratorcp.dts
+++ b/
arch/arm/boot/dts/integratorcp.dts
@@
-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>;