aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorMarkus Burri <markus.burri@mt.com>2025-02-27 16:32:54 -0800
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2025-02-27 16:33:33 -0800
commitaed2626f465ee6ed6c2d4cdcef97456432a8e779 (patch)
tree6e838484a083b9007882c1248a7e1721a7ab4ff7
parentMerge tag 'v6.14-rc4' into next (diff)
downloadwireguard-linux-aed2626f465ee6ed6c2d4cdcef97456432a8e779.tar.xz
wireguard-linux-aed2626f465ee6ed6c2d4cdcef97456432a8e779.zip
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>
-rw-r--r--Documentation/devicetree/bindings/input/gpio-matrix-keypad.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/input/gpio-matrix-keypad.yaml b/Documentation/devicetree/bindings/input/gpio-matrix-keypad.yaml
index 4a5893edf323..73bb153ed241 100644
--- a/Documentation/devicetree/bindings/input/gpio-matrix-keypad.yaml
+++ b/Documentation/devicetree/bindings/input/gpio-matrix-keypad.yaml
@@ -40,6 +40,11 @@ properties:
type: boolean
description: Do not enable autorepeat feature.
+ gpio-activelow:
+ type: boolean
+ description:
+ Force GPIO polarity to active low.
+ In the absence of this property GPIOs are treated as active high.
debounce-delay-ms:
description: Debounce interval in milliseconds.