diff options
author | Grant Likely <grant.likely@linaro.org> | 2013-10-28 16:50:11 -0700 |
---|---|---|
committer | Grant Likely <grant.likely@linaro.org> | 2013-10-28 16:50:11 -0700 |
commit | 0976c946a610d06e907335b7a3afa6db046f8e1b (patch) | |
tree | baf715945ef9a17add0fcd273ce0032fa53eea0b /arch/arm/boot/dts/versatile-pb.dts | |
parent | 79d9701559a9f3e9b2021fbd292f5e70ad75f686 (diff) |
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-pb.dts')
-rw-r--r-- | arch/arm/boot/dts/versatile-pb.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/versatile-pb.dts b/arch/arm/boot/dts/versatile-pb.dts index 7e8175269064..f43907c40c93 100644 --- a/arch/arm/boot/dts/versatile-pb.dts +++ b/arch/arm/boot/dts/versatile-pb.dts @@ -41,7 +41,7 @@ mmc@b000 { compatible = "arm,primecell"; reg = <0xb000 0x1000>; - interrupts = <23 34>; + interrupts-extended = <&vic 23 &sic 2>; }; }; }; |