aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/input
diff options
context:
space:
mode:
authorMatt Ranostay <mranostay@gmail.com>2014-10-31 23:02:08 -0400
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2014-11-02 02:09:11 -0500
commit6bdd2fd1ed6f66597f3cff75c1bb1569beec2fc9 (patch)
tree2f7bb73033c425f4762292f1cc0dcc67d8e155ea /Documentation/devicetree/bindings/input
parent7609a5e973c43a647c4e40184fc8404311fdb97c (diff)
Input: cap11xx - support for irq-active-high option
Some applications need to use the irq-active-high push-pull option. This allows it be enabled in the device tree child node. 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/bindings/input')
-rw-r--r--Documentation/devicetree/bindings/input/cap11xx.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/input/cap11xx.txt b/Documentation/devicetree/bindings/input/cap11xx.txt
index 61d20d8d97e2..7d0a3009771b 100644
--- a/Documentation/devicetree/bindings/input/cap11xx.txt
+++ b/Documentation/devicetree/bindings/input/cap11xx.txt
@@ -28,6 +28,10 @@ Optional properties:
28 Valid values are 1, 2, 4, and 8. 28 Valid values are 1, 2, 4, and 8.
29 By default, a gain of 1 is set. 29 By default, a gain of 1 is set.
30 30
31 microchip,irq-active-high: By default the interrupt pin is active low
32 open drain. This property allows using the active
33 high push-pull output.
34
31 linux,keycodes: Specifies an array of numeric keycode values to 35 linux,keycodes: Specifies an array of numeric keycode values to
32 be used for the channels. If this property is 36 be used for the channels. If this property is
33 omitted, KEY_A, KEY_B, etc are used as 37 omitted, KEY_A, KEY_B, etc are used as