aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree
diff options
context:
space:
mode:
authorMatt Ranostay <mranostay@gmail.com>2014-10-31 20:01:37 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2014-11-02 00:09:10 -0700
commit7609a5e973c43a647c4e40184fc8404311fdb97c (patch)
treebe68591cfd4b29469510272f68516d0c75a065bb /Documentation/devicetree
parentInput: rename cap1106 driver to cap11xx (diff)
downloadlinux-dev-7609a5e973c43a647c4e40184fc8404311fdb97c.tar.xz
linux-dev-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.txt3
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.