On Thu, 01 Jun 2023 12:14:51 +0200, Oleksij Rempel wrote: > 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]+' > From schema: > Documentation/devicetree/bindings/input/touchscreen/edt-ft5x06.yaml > > Signed-off-by: Oleksij Rempel <o.rempel@xxxxxxxxxxxxxx> > --- > .../devicetree/bindings/input/touchscreen/edt-ft5x06.yaml | 6 ++++++ > 1 file changed, 6 insertions(+) > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>