diff options
author | Lubomir Rintel <lkundrak@v3.sk> | 2020-04-19 20:11:48 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2020-05-22 00:31:43 +0300 |
commit | c911cadfab50a67beff9cb036c3de9f8c81ff976 (patch) | |
tree | 427fcb03e0262df705540d2aa80f64dcdf2f3cee | |
parent | 55d26c38442e8f23491085b5cebddd352dea9e9a (diff) | |
download | linux-c911cadfab50a67beff9cb036c3de9f8c81ff976.tar.xz |
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>
-rw-r--r-- | arch/arm/boot/dts/pxa910.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/pxa910.dtsi b/arch/arm/boot/dts/pxa910.dtsi index 587a5e7f0702..f59f593acff4 100644 --- a/arch/arm/boot/dts/pxa910.dtsi +++ b/arch/arm/boot/dts/pxa910.dtsi @@ -109,7 +109,7 @@ clocks = <&soc_clocks PXA910_CLK_GPIO>; resets = <&soc_clocks PXA910_CLK_GPIO>; interrupt-controller; - #interrupt-cells = <1>; + #interrupt-cells = <2>; ranges; gcb0: gpio@d4019000 { |