Skip to content

Commit fd2704e

Browse files
moinejfJason Cooper
authored andcommitted
Dove: activate GPIO interrupts in DT
In a DT, the interrupts of an interrupt-controller are not usable when #interrupt-cells is missing. This patch activates the interrupts of the GPIOs 0 and 1 for the Marvell Dove SoC. Signed-off-by: Jean-François Moine <[email protected]> Signed-off-by: Jason Cooper <[email protected]>
1 parent 09d75bc commit fd2704e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/arm/boot/dts/dove.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@
9393
reg = <0xd0400 0x20>;
9494
ngpios = <32>;
9595
interrupt-controller;
96+
#interrupt-cells = <2>;
9697
interrupts = <12>, <13>, <14>, <60>;
9798
};
9899

@@ -103,6 +104,7 @@
103104
reg = <0xd0420 0x20>;
104105
ngpios = <32>;
105106
interrupt-controller;
107+
#interrupt-cells = <2>;
106108
interrupts = <61>;
107109
};
108110

0 commit comments

Comments
 (0)