Skip to content

Commit 906a37b

Browse files
hvilleneuvedoodtor
authored andcommitted
dt-bindings: input: add settling-time-us common property
Add common property that can be reused by other bindings. Reviewed-by: Rob Herring (Arm) <robh@kernel.org> Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com> Link: https://patch.msgid.link/20260312180304.3865850-3-hugo@hugovil.com Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
1 parent cf1f976 commit 906a37b

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Documentation/devicetree/bindings/input/input.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,14 @@ properties:
6666
reset automatically. Device with key pressed reset feature can specify
6767
this property.
6868

69+
settling-time-us:
70+
description:
71+
Delay, in microseconds, when activating an output line/col/row before
72+
we can reliably read other input lines that maybe affected by this
73+
output. This can be the case for an output with a RC circuit that affects
74+
ramp-up/down times.
75+
default: 0
76+
6977
dependencies:
7078
linux,input-type: [ "linux,code" ]
7179

0 commit comments

Comments
 (0)