]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: kirkwood: fix missing #interrupt-cells property
authorSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Tue, 22 Jan 2013 19:46:33 +0000 (20:46 +0100)
committerJason Cooper <jason@lakedaemon.net>
Wed, 23 Jan 2013 01:10:48 +0000 (01:10 +0000)
The gpio controller on kirkwood can provide interrupts but is missing
the #interrupt-cells property. This patch just adds it to both gpio
controllers.

Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
arch/arm/boot/dts/kirkwood.dtsi

index 110d6cbb795b384aa330c422d6409057839bb3ee..d6ab442b7011e8777efa036b551aa8e8ef438e49 100644 (file)
@@ -36,6 +36,7 @@
                        reg = <0x10100 0x40>;
                        ngpios = <32>;
                        interrupt-controller;
+                       #interrupt-cells = <2>;
                        interrupts = <35>, <36>, <37>, <38>;
                };
 
@@ -46,6 +47,7 @@
                        reg = <0x10140 0x40>;
                        ngpios = <18>;
                        interrupt-controller;
+                       #interrupt-cells = <2>;
                        interrupts = <39>, <40>, <41>;
                };