Hi, Grant Likely wrote: > On Thu, 24 Oct 2013 14:42:13 +0200, Denis Carikli <[email protected]> wrote: > > Cc: Rob Herring <[email protected]> > > Cc: Pawel Moll <[email protected]> > > Cc: Mark Rutland <[email protected]> > > Cc: Stephen Warren <[email protected]> > > Cc: Ian Campbell <[email protected]> > > Cc: [email protected] > > Cc: Dmitry Torokhov <[email protected]> > > Cc: [email protected] > > Cc: Sascha Hauer <[email protected]> > > Cc: [email protected] > > Cc: Lothar Waßmann <[email protected]> > > Cc: Eric Bénard <[email protected]> > > Signed-off-by: Denis Carikli <[email protected]> > > --- > > ChangeLog v6->v7: > > - One small whitespace cleanup. > > - The properties specific to that driver are now prefixed with "ti,". > > - The ti,fuzzy property has now better documentation. > > --- > > .../bindings/input/touchscreen/tsc2007.txt | 45 +++++ > > drivers/input/touchscreen/tsc2007.c | 194 > > +++++++++++++++----- > > 2 files changed, 198 insertions(+), 41 deletions(-) > > create mode 100644 > > Documentation/devicetree/bindings/input/touchscreen/tsc2007.txt > > > > diff --git > > a/Documentation/devicetree/bindings/input/touchscreen/tsc2007.txt > > b/Documentation/devicetree/bindings/input/touchscreen/tsc2007.txt > > new file mode 100644 > > index 0000000..516b63b > > --- /dev/null > > +++ b/Documentation/devicetree/bindings/input/touchscreen/tsc2007.txt > > @@ -0,0 +1,45 @@ > > +* Texas Instruments tsc2007 touchscreen controller > > + > > +Required properties: > > +- compatible: must be "ti,tsc2007". > > +- reg: I2C address of the chip. > > +- ti,x-plate-ohms: X-plate resistance in ohms. > > + > > +Optional properties: > > +- gpios: the interrupt gpio the chip is connected to (trough the penirq > > pin) > > + (see GPIO binding[2] for more details). > > Hmmm, why is this needed? Is the line used for anything other than > finding the irq number? If it is just an interrupt then an interrupts > property is all that should be specified. > It's also the pendown detect GPIO. It asserts an interrupt when first activated and is then polled in the driver until it goes inactive again.
Lothar Waßmann -- ___________________________________________________________ Ka-Ro electronics GmbH | Pascalstraße 22 | D - 52076 Aachen Phone: +49 2408 1402-0 | Fax: +49 2408 1402-10 Geschäftsführer: Matthias Kaussen Handelsregistereintrag: Amtsgericht Aachen, HRB 4996 www.karo-electronics.de | [email protected] ___________________________________________________________ -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
