summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Torokhov <dmitry.torokhov@gmail.com>2025-02-27 17:06:43 -0800
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2025-03-04 23:10:53 -0800
commit3066a95d14aef3ad6a22b14aa911d09a271b5a0f (patch)
tree1d1bd7ee15643b506af761184c7cc0624f52bb69
parentaed2626f465ee6ed6c2d4cdcef97456432a8e779 (diff)
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 <lkp@intel.com> Closes: https://lore.kernel.org/oe-kbuild-all/202502280105.REZ29MVg-lkp@intel.com/ Reviewed-by: Manuel Traut <manuel.traut@mt.com> Acked-by: Conor Dooley <conor.dooley@microchip.com> Link: https://lore.kernel.org/r/Z8EMI9ALqYY72VBV@google.com Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
-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;
};