.../devicetree/bindings/input/atmel,maxtouch.yaml | 3 ++- drivers/input/touchscreen/atmel_mxt_ts.c | 11 +++++++---- 2 files changed, 9 insertions(+), 5 deletions(-)
This provides support for generic touchscreen configuration options like swapped-x-y, min-x, min-y, size-x, size-y, etc. --- Changes in v2: - added schema adjustment --- Svyatoslav Ryhel (2): dt-bindings: input: maxtouch: add common touchscreen properties input: touchscreen: atmel_mxt_ts: add support for generic touchscreen configurations .../devicetree/bindings/input/atmel,maxtouch.yaml | 3 ++- drivers/input/touchscreen/atmel_mxt_ts.c | 11 +++++++---- 2 files changed, 9 insertions(+), 5 deletions(-) -- 2.48.1
On Tue, Sep 09, 2025 at 08:49:01AM +0300, Svyatoslav Ryhel wrote: > This provides support for generic touchscreen configuration options like > swapped-x-y, min-x, min-y, size-x, size-y, etc. > > --- > Changes in v2: > - added schema adjustment Applied the lot, thank you. -- Dmitry