From: Rob Herring Date: Wed, 8 Jun 2022 21:12:03 +0000 (-0600) Subject: dt-bindings: input: Increase maximum keycode value to 0x2ff X-Git-Tag: v6.1~32^2~21^2~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7d321ab297c9ea88f6ceab122e3ccc034b304ca1;p=platform%2Fkernel%2Flinux-starfive.git 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 Reviewed-by: Jeff LaBundy Link: https://lore.kernel.org/r/20220608211207.2058487-2-robh@kernel.org Signed-off-by: Dmitry Torokhov --- diff --git a/Documentation/devicetree/bindings/input/input.yaml b/Documentation/devicetree/bindings/input/input.yaml index d41d874..43d2f29 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.