diff options
author | Matt Ranostay <mranostay@gmail.com> | 2014-10-31 20:01:37 -0700 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2014-11-02 00:09:10 -0700 |
commit | 7609a5e973c43a647c4e40184fc8404311fdb97c (patch) | |
tree | be68591cfd4b29469510272f68516d0c75a065bb /Documentation/devicetree | |
parent | c77fd0a42b24acc2d6cc466e73dcb67d50177df6 (diff) | |
download | linux-7609a5e973c43a647c4e40184fc8404311fdb97c.tar.gz linux-7609a5e973c43a647c4e40184fc8404311fdb97c.tar.bz2 linux-7609a5e973c43a647c4e40184fc8404311fdb97c.zip |
Input: cap11xx - add support for various cap11xx devices
There are variants of the cap11xx device with a varying number of
capacitance detection channels.
Signed-off-by: Matt Ranostay <mranostay@gmail.com>
Reviewed-by: Daniel Mack <daniel@zonque.org>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/input/cap11xx.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/input/cap11xx.txt b/Documentation/devicetree/bindings/input/cap11xx.txt index 51649203658a..61d20d8d97e2 100644 --- a/Documentation/devicetree/bindings/input/cap11xx.txt +++ b/Documentation/devicetree/bindings/input/cap11xx.txt @@ -7,9 +7,10 @@ Required properties: compatible: Must contain one of: "microchip,cap1106" + "microchip,cap1126" + "microchip,cap1188" reg: The I2C slave address of the device. - Only 0x28 is valid. interrupts: Property describing the interrupt line the device's ALERT#/CM_IRQ# pin is connected to. |