Message ID | 20190103192327.6170-5-m.felsch@pengutronix.de (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | Input: edt-ft5x06 - Add support for Evervision FT devices | expand |
On Thu, 3 Jan 2019 20:23:26 +0100, Marco Felsch wrote: > The evervision,ev-ft5726 devices has a more advanced offset support, > since they support setting the offset for the x and y position. > > Signed-off-by: Marco Felsch <m.felsch@pengutronix.de> > --- > .../devicetree/bindings/input/touchscreen/edt-ft5x06.txt | 9 +++++++++ > 1 file changed, 9 insertions(+) > Reviewed-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/input/touchscreen/edt-ft5x06.txt b/Documentation/devicetree/bindings/input/touchscreen/edt-ft5x06.txt index 179e434f5619..870b8c5cce9b 100644 --- a/Documentation/devicetree/bindings/input/touchscreen/edt-ft5x06.txt +++ b/Documentation/devicetree/bindings/input/touchscreen/edt-ft5x06.txt @@ -44,6 +44,15 @@ Optional properties: - offset: allows setting the edge compensation in the range from 0 to 31. + + - offset-x: Same as offset, but applies only to the horizontal position. + Range from 0 to 80, only supported by evervision,ev-ft5726 + devices. + + - offset-y: Same as offset, but applies only to the vertical position. + Range from 0 to 80, only supported by evervision,ev-ft5726 + devices. + - touchscreen-size-x : See touchscreen.txt - touchscreen-size-y : See touchscreen.txt - touchscreen-fuzz-x : See touchscreen.txt
The evervision,ev-ft5726 devices has a more advanced offset support, since they support setting the offset for the x and y position. Signed-off-by: Marco Felsch <m.felsch@pengutronix.de> --- .../devicetree/bindings/input/touchscreen/edt-ft5x06.txt | 9 +++++++++ 1 file changed, 9 insertions(+)