Skip to content

Commit

Permalink
dt-bindings: input: rotary-encoder: Fix "rotary-encoder,rollover" type
Browse files Browse the repository at this point in the history
The user and driver both indicate this property is a boolean, not int32.

Signed-off-by: Rob Herring (Arm) <[email protected]>
Reviewed-by: Krzysztof Kozlowski <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Dmitry Torokhov <[email protected]>
  • Loading branch information
robherring authored and dtor committed Nov 5, 2024
1 parent e1325e1 commit cca257f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ properties:
device, hence no steps need to be passed.

rotary-encoder,rollover:
$ref: /schemas/types.yaml#/definitions/int32
$ref: /schemas/types.yaml#/definitions/flag
description:
Automatic rollover when the rotary value becomes
greater than the specified steps or smaller than 0. For absolute axis only.
Expand Down

0 comments on commit cca257f

Please sign in to comment.