aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Torokhov <[email protected]>2025-02-28 01:06:43 +0000
committerDmitry Torokhov <[email protected]>2025-03-05 07:10:53 +0000
commit3066a95d14aef3ad6a22b14aa911d09a271b5a0f (patch)
tree1d1bd7ee15643b506af761184c7cc0624f52bb69
parentdt-bindings: input: matrix_keypad - add missing property (diff)
downloadkernel-3066a95d14aef3ad6a22b14aa911d09a271b5a0f.tar.gz
kernel-3066a95d14aef3ad6a22b14aa911d09a271b5a0f.zip
dt-bindings: input: matrix_keypad - add wakeup-source property
The driver recognizes standard "wakeup-source" property and there are DTS files using it. Add the property to the binding. Reported-by: kernel test robot <[email protected]> Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ Reviewed-by: Manuel Traut <[email protected]> Acked-by: Conor Dooley <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]>
-rw-r--r--Documentation/devicetree/bindings/input/gpio-matrix-keypad.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/input/gpio-matrix-keypad.yaml b/Documentation/devicetree/bindings/input/gpio-matrix-keypad.yaml
index 73bb153ed241..ebfff9e42a36 100644
--- a/Documentation/devicetree/bindings/input/gpio-matrix-keypad.yaml
+++ b/Documentation/devicetree/bindings/input/gpio-matrix-keypad.yaml
@@ -68,6 +68,8 @@ properties:
Drive inactive columns during scan,
default is to turn inactive columns into inputs.
+ wakeup-source: true
+
required:
- compatible
- row-gpios
@@ -96,4 +98,6 @@ examples:
0x0001006A
0x0101001C
0x0201006C>;
+
+ wakeup-source;
};