Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+4
+4
Documentation/devicetree/bindings/input/gpio-matrix-keypad.yaml
··· 68 68 Drive inactive columns during scan, 69 69 default is to turn inactive columns into inputs. 70 70 71 + wakeup-source: true 72 + 71 73 required: 72 74 - compatible 73 75 - row-gpios ··· 98 96 0x0001006A 99 97 0x0101001C 100 98 0x0201006C>; 99 + 100 + wakeup-source; 101 101 };