summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaibo Chen <haibo.chen@nxp.com>2020-09-29 19:35:14 +0800
committerHaibo Chen <haibo.chen@nxp.com>2020-10-10 10:40:04 +0800
commit623fa77605dedfdf0c6e2155cb212d00d271bddb (patch)
treeb9c5d05a7bf6c8b32741056031243b2acbe8c016
parente39120247668e3efceccb0775ea352d9421b8319 (diff)
MLK-24862-3 ARM64: dts: imx8mq-evk-dcss-rm67199.dts: force the irq trigger method to edge falling
Add the property "edge-failling-trigger" to force the driver use the edge falling irq trigger method. Signed-off-by: Haibo Chen <haibo.chen@nxp.com>
-rw-r--r--arch/arm64/boot/dts/freescale/imx8mq-evk-dcss-rm67199.dts1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mq-evk-dcss-rm67199.dts b/arch/arm64/boot/dts/freescale/imx8mq-evk-dcss-rm67199.dts
index 35156f2316d4..c6f73734a8cd 100644
--- a/arch/arm64/boot/dts/freescale/imx8mq-evk-dcss-rm67199.dts
+++ b/arch/arm64/boot/dts/freescale/imx8mq-evk-dcss-rm67199.dts
@@ -22,6 +22,7 @@
interrupt-parent = <&gpio5>;
interrupts = <7 IRQ_TYPE_EDGE_FALLING>;
irq-gpios = <&gpio5 7 GPIO_ACTIVE_HIGH>;
+ edge-failling-trigger;
touchscreen-size-x = <720>;
touchscreen-size-y = <1440>;
};