diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2015-09-12 10:22:55 -0700 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2015-09-27 17:34:01 -0700 |
commit | 09bb431951f7d339bf5ef7179ae807e519928121 (patch) | |
tree | b4df88e6f3d0cb09fe014448bf95e0839e359774 /arch/arm/boot/dts/imx53-tx53-x03x.dts | |
parent | f0bef75c593391198f2c9f855aae8e994a0e9293 (diff) | |
download | talos-obmc-linux-09bb431951f7d339bf5ef7179ae807e519928121.tar.gz talos-obmc-linux-09bb431951f7d339bf5ef7179ae807e519928121.zip |
ARM: dts: set up trigger type for edt-ft5x06 interrupts
Now that the driver respects IRQ trigger settings from device tree, let's
fix them up in individual DTSes (note that the driver is still compatible
with older DTSes).
Acked-by: Felipe Balbi <balbi@ti.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Acked-by: Shawn Guo <shawnguo@kernel.org>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'arch/arm/boot/dts/imx53-tx53-x03x.dts')
-rw-r--r-- | arch/arm/boot/dts/imx53-tx53-x03x.dts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx53-tx53-x03x.dts b/arch/arm/boot/dts/imx53-tx53-x03x.dts index 3b73e81dc3f0..13e842b0c785 100644 --- a/arch/arm/boot/dts/imx53-tx53-x03x.dts +++ b/arch/arm/boot/dts/imx53-tx53-x03x.dts @@ -12,6 +12,7 @@ /dts-v1/; #include "imx53-tx53.dtsi" #include <dt-bindings/input/input.h> +#include <dt-bindings/interrupt-controller/irq.h> #include <dt-bindings/pwm/pwm.h> / { @@ -216,7 +217,7 @@ pinctrl-names = "default"; pinctrl-0 = <&pinctrl_edt_ft5x06_1>; interrupt-parent = <&gpio6>; - interrupts = <15 0>; + interrupts = <15 IRQ_TYPE_EDGE_FALLING>; reset-gpios = <&gpio2 22 GPIO_ACTIVE_LOW>; wake-gpios = <&gpio2 21 GPIO_ACTIVE_HIGH>; }; |