]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: pxa910: Fix the gpio interrupt cell number
authorLubomir Rintel <lkundrak@v3.sk>
Sun, 19 Apr 2020 17:11:48 +0000 (19:11 +0200)
committerArnd Bergmann <arnd@arndb.de>
Thu, 21 May 2020 21:31:43 +0000 (23:31 +0200)
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>
arch/arm/boot/dts/pxa910.dtsi

index 587a5e7f0702f99b6ead06c276443ec6d5b0277e..f59f593acff40142d41ab2fdaa84362c388c4ec9 100644 (file)
                                clocks = <&soc_clocks PXA910_CLK_GPIO>;
                                resets = <&soc_clocks PXA910_CLK_GPIO>;
                                interrupt-controller;
-                               #interrupt-cells = <1>;
+                               #interrupt-cells = <2>;
                                ranges;
 
                                gcb0: gpio@d4019000 {