Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <lkundrak@v3.sk>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>

authored by

Lubomir Rintel and committed by
Arnd Bergmann
c911cadf 55d26c38

+1 -1
+1 -1
arch/arm/boot/dts/pxa910.dtsi
··· 109 109 clocks = <&soc_clocks PXA910_CLK_GPIO>; 110 110 resets = <&soc_clocks PXA910_CLK_GPIO>; 111 111 interrupt-controller; 112 - #interrupt-cells = <1>; 112 + #interrupt-cells = <2>; 113 113 ranges; 114 114 115 115 gcb0: gpio@d4019000 {