diff options
author | Maximilian Weigand <[email protected]> | 2023-05-01 17:15:29 -0700 |
---|---|---|
committer | Dmitry Torokhov <[email protected]> | 2023-05-01 17:29:28 -0700 |
commit | 90c6491139115e1f3a9e9467fa56fc4515df3f27 (patch) | |
tree | 4cc9c47ce85998aa087fd661af726dc8e49fa4d2 | |
parent | 14d55bc3606b17765d39210c012e7782ee423d84 (diff) |
dt-bindings: input: cypress,tt21000 - add wakeup-source entry to documentation
The touchscreen can be used to wake up systems from sleep and therefore
the wakeup-source entry should be included in the documentation.
Signed-off-by: Maximilian Weigand <[email protected]>
Reviewed-by: Alistair Francis <[email protected]>
Reviewed-by: Linus Walleij <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Dmitry Torokhov <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/input/touchscreen/cypress,tt21000.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/input/touchscreen/cypress,tt21000.yaml b/Documentation/devicetree/bindings/input/touchscreen/cypress,tt21000.yaml index 1959ec394768..4080422a9eb5 100644 --- a/Documentation/devicetree/bindings/input/touchscreen/cypress,tt21000.yaml +++ b/Documentation/devicetree/bindings/input/touchscreen/cypress,tt21000.yaml @@ -40,6 +40,8 @@ properties: linux,keycodes: description: EV_ABS specific event code generated by the axis. + wakeup-source: true + patternProperties: "^button@[0-9]+$": type: object |