diff options
author | Lothar Waßmann <LW@KARO-electronics.de> | 2017-10-23 16:56:40 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2017-10-24 08:23:58 +0200 |
commit | 27e1acb759e0409ee140f3bdaf5c70c5582ddf91 (patch) | |
tree | 09a8a6bfd06f039287eb20e9b7eaf810af519703 /arch/arm/boot/dts/imx53-tx53-x03x.dts | |
parent | ARM: dts: imx28-tx28: fix interrupt flags (diff) | |
download | linux-27e1acb759e0409ee140f3bdaf5c70c5582ddf91.tar.xz linux-27e1acb759e0409ee140f3bdaf5c70c5582ddf91.zip |
ARM: dts: imx53-tx53: fix interrupt flags
Some interrupts properties are given '0' as the flags argument or no
flags argument at all.
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/imx53-tx53-x03x.dts')
-rw-r--r-- | arch/arm/boot/dts/imx53-tx53-x03x.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx53-tx53-x03x.dts b/arch/arm/boot/dts/imx53-tx53-x03x.dts index b67ddf57c8d0..3a18b07bcb99 100644 --- a/arch/arm/boot/dts/imx53-tx53-x03x.dts +++ b/arch/arm/boot/dts/imx53-tx53-x03x.dts @@ -254,7 +254,7 @@ pinctrl-names = "default"; pinctrl-0 = <&pinctrl_tsc2007>; interrupt-parent = <&gpio3>; - interrupts = <26 0>; + interrupts = <26 IRQ_TYPE_EDGE_FALLING>; gpios = <&gpio3 26 GPIO_ACTIVE_LOW>; ti,x-plate-ohms = <660>; wakeup-source; |