diff options
author | Cristian Ciocaltea <cristian.ciocaltea@gmail.com> | 2021-01-26 11:55:57 +0200 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2021-03-10 11:10:18 +0000 |
commit | 44a8c5a9dab3dab205c56e7fe05d6015866c144e (patch) | |
tree | 547269adee92e6db8f47f9cdb5329d7933318dad /Documentation | |
parent | a38fd8748464831584a19438cbb3082b5a2dab15 (diff) | |
download | linux-stable-44a8c5a9dab3dab205c56e7fe05d6015866c144e.tar.gz linux-stable-44a8c5a9dab3dab205c56e7fe05d6015866c144e.tar.bz2 linux-stable-44a8c5a9dab3dab205c56e7fe05d6015866c144e.zip |
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>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/input/input.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/input/input.yaml b/Documentation/devicetree/bindings/input/input.yaml index ab407f266bef..caba93209ae7 100644 --- a/Documentation/devicetree/bindings/input/input.yaml +++ b/Documentation/devicetree/bindings/input/input.yaml @@ -34,4 +34,11 @@ properties: specify this property. $ref: /schemas/types.yaml#/definitions/uint32 + reset-time-sec: + description: + Duration in seconds which the key should be kept pressed for device to + reset automatically. Device with key pressed reset feature can specify + this property. + $ref: /schemas/types.yaml#/definitions/uint32 + additionalProperties: true |