summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/versatile-ab.dts
diff options
context:
space:
mode:
authorGrant Likely2013-10-29 00:50:11 +0100
committerGrant Likely2013-10-29 00:50:11 +0100
commit0976c946a610d06e907335b7a3afa6db046f8e1b (patch)
treebaf715945ef9a17add0fcd273ce0032fa53eea0b /arch/arm/boot/dts/versatile-ab.dts
parentof/irq: create interrupts-extended property (diff)
downloadkernel-qcow2-linux-0976c946a610d06e907335b7a3afa6db046f8e1b.tar.gz
kernel-qcow2-linux-0976c946a610d06e907335b7a3afa6db046f8e1b.tar.xz
kernel-qcow2-linux-0976c946a610d06e907335b7a3afa6db046f8e1b.zip
arm/versatile: Fix versatile irq specifications.
Two of the versatile irq definitions are incorrect, mostly because two devices have connections to more than one interrupt controller. Fix them by using the new interrupts-extended property to fan out without using an awful interrupt-map nexus node. Signed-off-by: Grant Likely <grant.likely@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/versatile-ab.dts')
-rw-r--r--arch/arm/boot/dts/versatile-ab.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/versatile-ab.dts b/arch/arm/boot/dts/versatile-ab.dts
index dde75ae8b4b1..e01e5a081def 100644
--- a/arch/arm/boot/dts/versatile-ab.dts
+++ b/arch/arm/boot/dts/versatile-ab.dts
@@ -185,7 +185,7 @@
mmc@5000 {
compatible = "arm,primecell";
reg = < 0x5000 0x1000>;
- interrupts = <22 34>;
+ interrupts-extended = <&vic 22 &sic 2>;
};
kmi@6000 {
compatible = "arm,pl050", "arm,primecell";