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

dt-bindings: input: touchscreen: edt-ft5x06: Add 'threshold' property

Add a new property 'threshold' to the edt-ft5x06 touchscreen binding.
This property allows setting the "click"-threshold in the range from 0
to 255. This change addresses the following dtbs_check warning:
imx6dl-lanmcu.dtb: touchscreen@38: 'threshold' does not match any of the regexes: 'pinctrl-[0-9]+'

Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
Reviewed-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20230621093245.78130-6-o.rempel@pengutronix.de
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>

authored by

Oleksij Rempel and committed by
Dmitry Torokhov
685b3770 26ab8261

+6
+6
Documentation/devicetree/bindings/input/touchscreen/edt-ft5x06.yaml
··· 93 93 minimum: 1 94 94 maximum: 255 95 95 96 + threshold: 97 + description: Allows setting the "click"-threshold in the range from 0 to 255. 98 + $ref: /schemas/types.yaml#/definitions/uint32 99 + minimum: 0 100 + maximum: 255 101 + 96 102 touchscreen-size-x: true 97 103 touchscreen-size-y: true 98 104 touchscreen-fuzz-x: true