dt-bindings: input: ads7846: fix property description
authorMarco Felsch <m.felsch@pengutronix.de>
Fri, 9 Aug 2019 14:37:32 +0000 (07:37 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Fri, 9 Aug 2019 14:44:11 +0000 (07:44 -0700)
The ti,y-max is used for the maximum value of the Y axis.

Signed-off-by: Marco Felsch <m.felsch@pengutronix.de>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Documentation/devicetree/bindings/input/touchscreen/ads7846.txt

index 04413da..ce540dd 100644 (file)
@@ -52,7 +52,7 @@ Optional properties:
        ti,x-min                        Minimum value on the X axis (u16).
        ti,y-min                        Minimum value on the Y axis (u16).
        ti,x-max                        Maximum value on the X axis (u16).
-       ti,y-max                        Minimum value on the Y axis (u16).
+       ti,y-max                        Maximum value on the Y axis (u16).
        ti,pressure-min                 Minimum reported pressure value
                                        (threshold) - u16.
        ti,pressure-max                 Maximum reported pressure value (u16).