[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20241105130322.213623-5-markus.burri@mt.com>
Date: Tue, 5 Nov 2024 14:03:19 +0100
From: Markus Burri <markus.burri@...com>
To: linux-kernel@...r.kernel.org
Cc: Markus Burri <markus.burri@...com>,
Dmitry Torokhov <dmitry.torokhov@...il.com>,
Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>,
Marek Vasut <marek.vasut@...il.com>,
linux-input@...r.kernel.org,
devicetree@...r.kernel.org
Subject: [PATCH v2 4/7] dt-bindings: input: matrix_keypad - add missing property
Add missing property 'gpio-activelow' to DT schema.
Signed-off-by: Markus Burri <markus.burri@...com>
---
.../devicetree/bindings/input/gpio-matrix-keypad.yaml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/Documentation/devicetree/bindings/input/gpio-matrix-keypad.yaml b/Documentation/devicetree/bindings/input/gpio-matrix-keypad.yaml
index 745652b..9ea66b3 100644
--- a/Documentation/devicetree/bindings/input/gpio-matrix-keypad.yaml
+++ b/Documentation/devicetree/bindings/input/gpio-matrix-keypad.yaml
@@ -51,6 +51,11 @@ properties:
(Legacy property supported: "linux,wakeup")
default: false
+ gpio-activelow:
+ type: boolean
+ description: The GPIOs are low active.
+ default: false
+
debounce-delay-ms:
description: Debounce interval in milliseconds.
default: 0
--
2.39.5
Powered by blists - more mailing lists