Skip to content

Commit aed2626

Browse files
Markus Burridtor
authored andcommitted
dt-bindings: input: matrix_keypad - add missing property
The property is implemented in the driver but not described in dt-bindings. Add missing property 'gpio-activelow' to DT schema. Signed-off-by: Markus Burri <markus.burri@mt.com> Link: https://lore.kernel.org/r/20250226152843.43932-3-markus.burri@mt.com Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
1 parent 0b11904 commit aed2626

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ properties:
4040
type: boolean
4141
description: Do not enable autorepeat feature.
4242

43+
gpio-activelow:
44+
type: boolean
45+
description:
46+
Force GPIO polarity to active low.
47+
In the absence of this property GPIOs are treated as active high.
4348

4449
debounce-delay-ms:
4550
description: Debounce interval in milliseconds.

0 commit comments

Comments
 (0)