Add support for the EKTF2232 to the ektf2127 driver which contains support for similar chips. Add the needed compatible to bindings and convert them. Andreas Kemnade (2): dt-bindings: touchscreen: convert elan,ektf2127 to json-schema Input: ektf2127 - add ektf2232 support .../bindings/input/touchscreen/ektf2127.txt | 25 -------- .../input/touchscreen/elan,ektf2127.yaml | 59 +++++++++++++++++++ drivers/input/touchscreen/ektf2127.c | 15 ++++- 3 files changed, 72 insertions(+), 27 deletions(-) delete mode 100644 Documentation/devicetree/bindings/input/touchscreen/ektf2127.txt create mode 100644 Documentation/devicetree/bindings/input/touchscreen/elan,ektf2127.yaml -- 2.39.2