|
@@ -11,6 +11,7 @@
|
|
|
|
|
|
#include <dt-bindings/gpio/gpio.h>
|
|
|
#include <dt-bindings/input/input.h>
|
|
|
+#include <dt-bindings/interrupt-controller/irq.h>
|
|
|
#include <dt-bindings/pwm/pwm.h>
|
|
|
|
|
|
/ {
|
|
@@ -272,7 +273,7 @@
|
|
|
pinctrl-names = "default";
|
|
|
pinctrl-0 = <&pinctrl_edt_ft5x06>;
|
|
|
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>;
|
|
|
linux,wakeup;
|