Commit 92b46a7b authored by Jeff LaBundy's avatar Jeff LaBundy Committed by Dmitry Torokhov

dt-bindings: input: iqs7222: Define units for slider properties

The units assumed by the 'azoteq,top-speed', 'azoteq,bottom-speed'
and 'azoteq,gesture-dist' properties are unspecified; define them
according to the device's datasheet.
Signed-off-by: default avatarJeff LaBundy <jeff@labundy.com>
Acked-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/ZKrpMekZBt95Gmnr@nixie71Signed-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
parent 2e00b8bf
...@@ -521,16 +521,16 @@ patternProperties: ...@@ -521,16 +521,16 @@ patternProperties:
minimum: 0 minimum: 0
maximum: 65535 maximum: 65535
description: description:
Specifies the speed of movement after which coordinate filtering is Specifies the speed (in coordinates traveled per conversion) after
no longer applied. which coordinate filtering is no longer applied.
azoteq,bottom-speed: azoteq,bottom-speed:
$ref: /schemas/types.yaml#/definitions/uint32 $ref: /schemas/types.yaml#/definitions/uint32
minimum: 0 minimum: 0
maximum: 255 maximum: 255
description: description:
Specifies the speed of movement after which coordinate filtering is Specifies the speed (in coordinates traveled per conversion) after
linearly reduced. which coordinate filtering is linearly reduced.
azoteq,bottom-beta: azoteq,bottom-beta:
$ref: /schemas/types.yaml#/definitions/uint32 $ref: /schemas/types.yaml#/definitions/uint32
...@@ -595,10 +595,10 @@ patternProperties: ...@@ -595,10 +595,10 @@ patternProperties:
minimum: 0 minimum: 0
maximum: 4080 maximum: 4080
description: description:
Specifies the distance across which a swipe or flick gesture must Specifies the distance (in coordinates) across which a swipe or
travel in order to be acknowledged by the device. The number spec- flick gesture must travel in order to be acknowledged by the
ified for any one swipe or flick gesture applies to all remaining device. The number specified for any one swipe or flick gesture
swipe or flick gestures. applies to all remaining swipe or flick gestures.
azoteq,gpio-select: azoteq,gpio-select:
$ref: /schemas/types.yaml#/definitions/uint32-array $ref: /schemas/types.yaml#/definitions/uint32-array
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment