On 07/03/2014 09:01 AM, nick.dyer@xxxxxxxxxxx wrote: > From: Stephen Warren <swarren@xxxxxxxxxx> > 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! -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html