summaryrefslogtreecommitdiff
path: root/arch/arm
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2020-04-19 20:11:46 +0300
committerArnd Bergmann <arnd@arndb.de>2020-05-22 00:31:42 +0300
commit51d6bba66113f7da02f2c0b645c721f1ba6b98eb (patch)
tree0bf7f6f41ab8c1fa8e764327a2a47123fb9abf3a /arch/arm
parent4fade3403e5a8f1750a444023d9ed175e2960a37 (diff)
downloadlinux-51d6bba66113f7da02f2c0b645c721f1ba6b98eb.tar.xz
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 <lkundrak@v3.sk> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/boot/dts/pxa168.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/pxa168.dtsi b/arch/arm/boot/dts/pxa168.dtsi
index fb92fcf231cd..550cd372d7c9 100644
--- a/arch/arm/boot/dts/pxa168.dtsi
+++ b/arch/arm/boot/dts/pxa168.dtsi
@@ -97,7 +97,7 @@
resets = <&soc_clocks PXA168_CLK_GPIO>;
interrupt-names = "gpio_mux";
interrupt-controller;
- #interrupt-cells = <1>;
+ #interrupt-cells = <2>;
ranges;
gcb0: gpio@d4019000 {