Re: [PATCH 04/15] Input: atmel_mxt_ts - implement device tree support
From: Stephen Warren <hidden>
Date: 2014-07-22 20:37:07
Also in:
lkml
From: Stephen Warren <hidden>
Date: 2014-07-22 20:37:07
Also in:
lkml
On 07/03/2014 09:01 AM, nick.dyer@itdev.co.uk wrote:
From: Stephen Warren <redacted>
diff --git a/Documentation/devicetree/bindings/input/atmel,maxtouch.txt b/Documentation/devicetree/bindings/input/atmel,maxtouch.txt
+ touch@4b {
+ compatible = "atmel,maxtouch";
+ reg = <0x4b>;
+ interrupt-parent = <&gpio>;
+ interrupts = <TEGRA_GPIO(W, 3) GPIO_ACTIVE_HIGH>;Oops. s/GPIO_ACTIVE_HIGH/IRQ_TYPE_LEVEL_LOW/ there; I evidently typed something stupid into the doc when I wrote it!