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 reset-time-sec common property

Add a new common property 'reset-time-sec' to be used in conjunction
with the devices supporting the key pressed reset feature.

Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@gmail.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>

authored by

Cristian Ciocaltea and committed by
Lee Jones
44a8c5a9 a38fd874

+7
+7
Documentation/devicetree/bindings/input/input.yaml
··· 34 34 specify this property. 35 35 $ref: /schemas/types.yaml#/definitions/uint32 36 36 37 + reset-time-sec: 38 + description: 39 + Duration in seconds which the key should be kept pressed for device to 40 + reset automatically. Device with key pressed reset feature can specify 41 + this property. 42 + $ref: /schemas/types.yaml#/definitions/uint32 43 + 37 44 additionalProperties: true