Skip to content

Commit 3066a95

Browse files
committed
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>
1 parent aed2626 commit 3066a95

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Documentation/devicetree/bindings/input/gpio-matrix-keypad.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ properties:
6868
Drive inactive columns during scan,
6969
default is to turn inactive columns into inputs.
7070

71+
wakeup-source: true
72+
7173
required:
7274
- compatible
7375
- row-gpios
@@ -96,4 +98,6 @@ examples:
9698
0x0001006A
9799
0x0101001C
98100
0x0201006C>;
101+
102+
wakeup-source;
99103
};

0 commit comments

Comments
 (0)