From: Marco Felsch Date: Fri, 9 Aug 2019 14:37:32 +0000 (-0700) Subject: dt-bindings: input: ads7846: fix property description X-Git-Tag: v5.4~3^2~16^2~34 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f0fbeaa82028eaa4e2481ab49534c2e1465c99ce;p=platform%2Fkernel%2Flinux-rpi.git 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 Reviewed-by: Rob Herring Signed-off-by: Dmitry Torokhov --- diff --git a/Documentation/devicetree/bindings/input/touchscreen/ads7846.txt b/Documentation/devicetree/bindings/input/touchscreen/ads7846.txt index 04413da..ce540dda 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).