Message ID | 20190327133927.1340-3-m.felsch@pengutronix.de (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | None | expand |
On Wed, 27 Mar 2019 14:39:25 +0100, Marco Felsch wrote: > The ti,y-max is used for the maximum value of the Y axis. > > Signed-off-by: Marco Felsch <m.felsch@pengutronix.de> > --- > Documentation/devicetree/bindings/input/touchscreen/ads7846.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Reviewed-by: Rob Herring <robh@kernel.org>
On Sun, Mar 31, 2019 at 01:42:42AM -0500, Rob Herring wrote: > On Wed, 27 Mar 2019 14:39:25 +0100, Marco Felsch wrote: > > The ti,y-max is used for the maximum value of the Y axis. > > > > Signed-off-by: Marco Felsch <m.felsch@pengutronix.de> > > --- > > Documentation/devicetree/bindings/input/touchscreen/ads7846.txt | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > Reviewed-by: Rob Herring <robh@kernel.org> > Applied, thank you.
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).
The ti,y-max is used for the maximum value of the Y axis. Signed-off-by: Marco Felsch <m.felsch@pengutronix.de> --- Documentation/devicetree/bindings/input/touchscreen/ads7846.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)