summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2022-06-08 15:12:03 -0600
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2022-07-08 15:17:55 -0700
commit7d321ab297c9ea88f6ceab122e3ccc034b304ca1 (patch)
tree10e23eb9345fbb191c7cedcec047b9e9f08562ad
parent31789f35f80c582cf3eb90f7eb8aa48eb96c27c5 (diff)
downloadlwn-7d321ab297c9ea88f6ceab122e3ccc034b304ca1.tar.gz
lwn-7d321ab297c9ea88f6ceab122e3ccc034b304ca1.zip
dt-bindings: input: Increase maximum keycode value to 0x2ff
The maximum keycode value for Linux is 0x2ff, not 0xff. There's already users and examples with values greater than 0xff, but the schema is not yet applied in those cases. Signed-off-by: Rob Herring <robh@kernel.org> Reviewed-by: Jeff LaBundy <jeff@labundy.com> Link: https://lore.kernel.org/r/20220608211207.2058487-2-robh@kernel.org Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
-rw-r--r--Documentation/devicetree/bindings/input/input.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/input/input.yaml b/Documentation/devicetree/bindings/input/input.yaml
index d41d8743aad4..43d2f299c332 100644
--- a/Documentation/devicetree/bindings/input/input.yaml
+++ b/Documentation/devicetree/bindings/input/input.yaml
@@ -21,7 +21,7 @@ properties:
$ref: /schemas/types.yaml#/definitions/uint32-array
items:
minimum: 0
- maximum: 0xff
+ maximum: 0x2ff
poll-interval:
description: Poll interval time in milliseconds.