[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20220921081834.22009-3-astrid.rost@axis.com>
Date: Wed, 21 Sep 2022 10:18:33 +0200
From: Astrid Rost <astrid.rost@...s.com>
To: Mark Brown <broonie@...nel.org>,
Liam Girdwood <lgirdwood@...il.com>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Rob Herring <robh+dt@...nel.org>,
Dylan Reid <dgreid@...omium.org>
CC: <kernel@...s.com>, <alsa-devel@...a-project.org>,
<linux-kernel@...r.kernel.org>, Astrid Rost <astridr@...s.com>,
Astrid Rost <astrid.rost@...s.com>,
<devicetree@...r.kernel.org>
Subject: [PATCH v4 2/3] dt-bindings: sound: ti,ts3a227e: add control of debounce
Add devicetree parameters to control the insertion, release and press
debounce times.
Signed-off-by: Astrid Rost <astrid.rost@...s.com>
---
.../bindings/sound/ti,ts3a227e.yaml | 29 +++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/Documentation/devicetree/bindings/sound/ti,ts3a227e.yaml b/Documentation/devicetree/bindings/sound/ti,ts3a227e.yaml
index 327d204cf957..785930658029 100644
--- a/Documentation/devicetree/bindings/sound/ti,ts3a227e.yaml
+++ b/Documentation/devicetree/bindings/sound/ti,ts3a227e.yaml
@@ -41,6 +41,35 @@ properties:
- 7 # 2.8 V
default: 1
+ ti,debounce-release-ms:
+ description: key release debounce time in ms (datasheet section 9.6.7).
+ enum:
+ - 0
+ - 20
+ default: 20
+
+ ti,debounce-press-ms:
+ description: key press debounce time in ms (datasheet section 9.6.7).
+ enum:
+ - 2
+ - 40
+ - 80
+ - 120
+ default: 80
+
+ ti,debounce-insertion-ms:
+ description: headset insertion debounce time in ms (datasheet section 9.6.5).
+ enum:
+ - 2
+ - 30
+ - 60
+ - 90
+ - 120
+ - 150
+ - 1000
+ - 2000
+ default: 90
+
required:
- compatible
- reg
--
2.20.1
Powered by blists - more mailing lists