summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/input/atmel,maxtouch.yaml
diff options
context:
space:
mode:
authorAndré Apitzsch <git@apitzsch.eu>2023-05-02 05:16:37 +0200
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2023-05-02 05:22:07 +0200
commit272a26186a587430e8649058c91eab43c39857dd (patch)
tree35aea6c647499fb481e82702fc7afffc9aff9d5b /Documentation/devicetree/bindings/input/atmel,maxtouch.yaml
parentInput: i8042 - add missing include (diff)
downloadlinux-272a26186a587430e8649058c91eab43c39857dd.tar.xz
linux-272a26186a587430e8649058c91eab43c39857dd.zip
dt-bindings: input: atmel,maxtouch: add linux,keycodes
In some configurations the touch controller can support the touch keys. Document the linux,keycodes property that enables those keys and specifies the keycodes that should be used to report the key events. Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: André Apitzsch <git@apitzsch.eu> Link: https://lore.kernel.org/r/20230407-atmel_keys-v2-1-92446a4343cb@apitzsch.eu Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'Documentation/devicetree/bindings/input/atmel,maxtouch.yaml')
-rw-r--r--Documentation/devicetree/bindings/input/atmel,maxtouch.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/input/atmel,maxtouch.yaml b/Documentation/devicetree/bindings/input/atmel,maxtouch.yaml
index 3ec579d63570..c40799355ed7 100644
--- a/Documentation/devicetree/bindings/input/atmel,maxtouch.yaml
+++ b/Documentation/devicetree/bindings/input/atmel,maxtouch.yaml
@@ -14,6 +14,9 @@ description: |
Atmel maXTouch touchscreen or touchpads such as the mXT244
and similar devices.
+allOf:
+ - $ref: input.yaml#
+
properties:
compatible:
const: atmel,maxtouch
@@ -60,6 +63,10 @@ properties:
or experiment to determine which bit corresponds to which input. Use
KEY_RESERVED for unused padding values.
+ linux,keycodes:
+ minItems: 1
+ maxItems: 8
+
atmel,wakeup-method:
$ref: /schemas/types.yaml#/definitions/uint32
description: |