]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
dt-bindings: input: matrix_keypad - add missing property
authorMarkus Burri <markus.burri@mt.com>
Fri, 28 Feb 2025 00:32:54 +0000 (16:32 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Fri, 28 Feb 2025 00:33:33 +0000 (16:33 -0800)
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>
Documentation/devicetree/bindings/input/gpio-matrix-keypad.yaml

index 4a5893edf32345d2b2213427dc8f455cf4cdf6ae..73bb153ed241f3b99ddb88e894baaf97e3c81348 100644 (file)
@@ -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.