aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/am437x-sk-evm.dts
diff options
context:
space:
mode:
authorDmitry Torokhov <dmitry.torokhov@gmail.com>2015-09-12 10:22:55 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2015-09-27 17:34:01 -0700
commit09bb431951f7d339bf5ef7179ae807e519928121 (patch)
treeb4df88e6f3d0cb09fe014448bf95e0839e359774 /arch/arm/boot/dts/am437x-sk-evm.dts
parentInput: edt-ft5x06 - do not hardcode interrupt trigger type (diff)
downloadlinux-dev-09bb431951f7d339bf5ef7179ae807e519928121.tar.xz
linux-dev-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/am437x-sk-evm.dts')
-rw-r--r--arch/arm/boot/dts/am437x-sk-evm.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am437x-sk-evm.dts b/arch/arm/boot/dts/am437x-sk-evm.dts
index c17097d2c167..d83fdcd4eba2 100644
--- a/arch/arm/boot/dts/am437x-sk-evm.dts
+++ b/arch/arm/boot/dts/am437x-sk-evm.dts
@@ -471,7 +471,7 @@
reg = <0x38>;
interrupt-parent = <&gpio0>;
- interrupts = <31 0>;
+ interrupts = <31 IRQ_TYPE_EDGE_FALLING>;
reset-gpios = <&gpio1 28 GPIO_ACTIVE_LOW>;