diff options
author | Lothar Waßmann <LW@KARO-electronics.de> | 2017-10-23 14:36:26 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2017-10-24 08:23:54 +0200 |
commit | 06db3768effcd1fc17c445f46ce3d0ca7fc7c453 (patch) | |
tree | e465c672984a378e222e9dd8122f25c87215dc39 /arch/arm/boot/dts | |
parent | ARM: dts: display5: Device tree description of LWN's DISPLAY5 board (diff) | |
download | linux-06db3768effcd1fc17c445f46ce3d0ca7fc7c453.tar.xz linux-06db3768effcd1fc17c445f46ce3d0ca7fc7c453.zip |
ARM: dts: imx28-tx28: fix interrupt flags
Some interrupts properties are given '0' as the flags argument.
Change them to use the appropriate interrupt flags.
Signed-off-by: Lothar Waßmann <LW@KARO-electronics.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r-- | arch/arm/boot/dts/imx28-tx28.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx28-tx28.dts b/arch/arm/boot/dts/imx28-tx28.dts index ea4079d180d6..222368f4be57 100644 --- a/arch/arm/boot/dts/imx28-tx28.dts +++ b/arch/arm/boot/dts/imx28-tx28.dts @@ -329,7 +329,7 @@ pinctrl-names = "default"; pinctrl-0 = <&tx28_pca9554_pins>; interrupt-parent = <&gpio3>; - interrupts = <28 0>; + interrupts = <28 IRQ_TYPE_NONE>; gpio-controller; #gpio-cells = <2>; interrupt-controller; @@ -353,7 +353,7 @@ pinctrl-names = "default"; pinctrl-0 = <&tx28_tsc2007_pins>; interrupt-parent = <&gpio3>; - interrupts = <20 0>; + interrupts = <20 IRQ_TYPE_EDGE_FALLING>; pendown-gpio = <&gpio3 20 GPIO_ACTIVE_LOW>; ti,x-plate-ohms = /bits/ 16 <660>; }; |