Skip to content

Commit c911cad

Browse files
lkundrakarndb
authored andcommitted
ARM: dts: pxa910: Fix the gpio interrupt cell number
gpio-pxa uses two cell to encode the interrupt source: the pin number and the trigger type. Adjust the device node accordingly. Signed-off-by: Lubomir Rintel <[email protected]> Reviewed-by: Andrew Lunn <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]>
1 parent 55d26c3 commit c911cad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/pxa910.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
clocks = <&soc_clocks PXA910_CLK_GPIO>;
110110
resets = <&soc_clocks PXA910_CLK_GPIO>;
111111
interrupt-controller;
112-
#interrupt-cells = <1>;
112+
#interrupt-cells = <2>;
113113
ranges;
114114

115115
gcb0: gpio@d4019000 {

0 commit comments

Comments
 (0)