Commit 6cfb3578 authored by Jeff LaBundy's avatar Jeff LaBundy Committed by Dmitry Torokhov
Browse files

dt-bindings: input: iqs7222: Correct bottom speed step size



The bottom speed property is specified in steps of 1, not 4.

Fixes: 44dc42d2 ("dt-bindings: input: Add bindings for Azoteq IQS7222A/B/C")
Signed-off-by: default avatarJeff LaBundy <jeff@labundy.com>
Link: https://lore.kernel.org/r/20220626072412.475211-9-jeff@labundy.com


Signed-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
parent f5d2c1ed
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -533,9 +533,8 @@ patternProperties:

      azoteq,bottom-speed:
        $ref: /schemas/types.yaml#/definitions/uint32
        multipleOf: 4
        minimum: 0
        maximum: 1020
        maximum: 255
        description:
          Specifies the speed of movement after which coordinate filtering is
          linearly reduced.