Re: [PATCH 04/15] Input: atmel_mxt_ts - implement device tree support

From: Nick Dyer
Date: Wed Jul 23 2014 - 11:13:26 EST


On 22/07/14 21:37, Stephen Warren wrote:
> 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!

OK, fixed this. I thought it was some tegra quirk I wasn't aware of!
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/