Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Hugo Villeneuve and committed by
Dmitry Torokhov
906a37ba cf1f976a

+8
+8
Documentation/devicetree/bindings/input/input.yaml
··· 66 66 reset automatically. Device with key pressed reset feature can specify 67 67 this property. 68 68 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 + 69 77 dependencies: 70 78 linux,input-type: [ "linux,code" ] 71 79