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 <[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]>
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)