]> git.dujemihanovic.xyz Git - linux.git/commit
dt-bindings: input: pure gpio support for adp5588
authorUtsav Agarwal <utsav.agarwal@analog.com>
Mon, 26 Aug 2024 17:22:03 +0000 (18:22 +0100)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Thu, 29 Aug 2024 01:50:45 +0000 (18:50 -0700)
commit739b847dbe58e18ba0286a05b67d3ffc6a4c097e
tree4022df3c4936893b31de6b41acccce715fd9cdf3
parentdc748812fca013c00d9b657e0cc1416fd71a1b06
dt-bindings: input: pure gpio support for adp5588

Adding software support for enabling the pure gpio capability of the
device - which allows all I/O to be used as GPIO. Previously, I/O
configuration was limited by software to partial GPIO support only.

When working in a pure gpio mode, the device does not require the
certain properties and hence, the following are now made optional:
- interrupts
- keypad,num-rows
- keypad,num-columns
- linux,keymap

However, note that the above are required to be specified when
configuring the device as a keypad, for which dependencies have been added
such that specifying either one requires the remaining as well.

Also, note that interrupts are made optional, but required when the device
has either been configured in keypad mode or as an interrupt controller.
This has been done since they may not necessarily be used when leveraging
the device purely for GPIO.

Acked-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Utsav Agarwal <utsav.agarwal@analog.com>
Link: https://lore.kernel.org/r/20240826-adp5588_gpio_support-v11-3-3e5ac2bd31b7@analog.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Documentation/devicetree/bindings/input/adi,adp5588.yaml