dt-bindings: input: iqs7222: Correct bottom speed step size
authorJeff LaBundy <jeff@labundy.com>
Mon, 27 Jun 2022 22:16:00 +0000 (15:16 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 27 Jun 2022 22:26:22 +0000 (15:26 -0700)
The bottom speed property is specified in steps of 1, not 4.

Fixes: 44dc42d254bf ("dt-bindings: input: Add bindings for Azoteq IQS7222A/B/C")
Signed-off-by: Jeff LaBundy <jeff@labundy.com>
Link: https://lore.kernel.org/r/20220626072412.475211-9-jeff@labundy.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Documentation/devicetree/bindings/input/azoteq,iqs7222.yaml

index 6180f7ee22843c03ce0191eed726bf9c19e68847..c9c3a1e9bcae88c37474d092dfe0f8f0936e75d3 100644 (file)
@@ -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.