Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: input: rotary-encoder: Fix "rotary-encoder,rollover" type

The user and driver both indicate this property is a boolean, not int32.

Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>
Link: https://lore.kernel.org/r/20241101211304.20886-1-robh@kernel.org
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>

authored by

Rob Herring (Arm) and committed by
Dmitry Torokhov
cca257f0 e1325e19

+1 -1
+1 -1
Documentation/devicetree/bindings/input/rotary-encoder.yaml
··· 41 41 device, hence no steps need to be passed. 42 42 43 43 rotary-encoder,rollover: 44 - $ref: /schemas/types.yaml#/definitions/int32 44 + $ref: /schemas/types.yaml#/definitions/flag 45 45 description: 46 46 Automatic rollover when the rotary value becomes 47 47 greater than the specified steps or smaller than 0. For absolute axis only.