aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Documentation/devicetree/bindings/input
diff options
context:
space:
mode:
authorMarco Felsch <m.felsch@pengutronix.de>2019-08-09 07:37:32 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2019-08-09 07:44:11 -0700
commitf0fbeaa82028eaa4e2481ab49534c2e1465c99ce (patch)
tree8287aae9cc447cf764e0f00e2345420474d06815 /Documentation/devicetree/bindings/input
parentInput: soc_button_array - add support for newer surface devices (diff)
downloadwireguard-linux-f0fbeaa82028eaa4e2481ab49534c2e1465c99ce.tar.xz
wireguard-linux-f0fbeaa82028eaa4e2481ab49534c2e1465c99ce.zip
dt-bindings: input: ads7846: fix property description
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>
Diffstat (limited to 'Documentation/devicetree/bindings/input')
-rw-r--r--Documentation/devicetree/bindings/input/touchscreen/ads7846.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/input/touchscreen/ads7846.txt b/Documentation/devicetree/bindings/input/touchscreen/ads7846.txt
index 04413da51391..ce540ddac902 100644
--- a/Documentation/devicetree/bindings/input/touchscreen/ads7846.txt
+++ b/Documentation/devicetree/bindings/input/touchscreen/ads7846.txt
@@ -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).