Skip to content

Commit 51d6bba

Browse files
lkundrakarndb
authored andcommitted
ARM: dts: pxa168: 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 4fade34 commit 51d6bba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/pxa168.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
resets = <&soc_clocks PXA168_CLK_GPIO>;
9898
interrupt-names = "gpio_mux";
9999
interrupt-controller;
100-
#interrupt-cells = <1>;
100+
#interrupt-cells = <2>;
101101
ranges;
102102

103103
gcb0: gpio@d4019000 {

0 commit comments

Comments
 (0)