Skip to content

Commit 09d75bc

Browse files
shesselbaJason Cooper
authored andcommitted
ARM: kirkwood: fix missing #interrupt-cells property
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 <[email protected]> Signed-off-by: Jason Cooper <[email protected]>
1 parent f42abc7 commit 09d75bc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/arm/boot/dts/kirkwood.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
reg = <0x10100 0x40>;
3737
ngpios = <32>;
3838
interrupt-controller;
39+
#interrupt-cells = <2>;
3940
interrupts = <35>, <36>, <37>, <38>;
4041
};
4142

@@ -46,6 +47,7 @@
4647
reg = <0x10140 0x40>;
4748
ngpios = <18>;
4849
interrupt-controller;
50+
#interrupt-cells = <2>;
4951
interrupts = <39>, <40>, <41>;
5052
};
5153

0 commit comments

Comments
 (0)