This series convert Goodix touchscreen used on STM32 boards to json-schema. Before converting goodix bindings itself it add a schema for common touchscreen properties. Benjamin Gaignard (2): dt-bindings: touchscreen: Add touchscreen schema dt-bindings: touchscreen: Convert Goodix touchscreen to json-schema .../bindings/input/touchscreen/goodix.txt | 50 ---------------- .../bindings/input/touchscreen/goodix.yaml | 69 ++++++++++++++++++++++ .../bindings/input/touchscreen/touchscreen.yaml | 63 ++++++++++++++++++++ 3 files changed, 132 insertions(+), 50 deletions(-) delete mode 100644 Documentation/devicetree/bindings/input/touchscreen/goodix.txt create mode 100644 Documentation/devicetree/bindings/input/touchscreen/goodix.yaml create mode 100644 Documentation/devicetree/bindings/input/touchscreen/touchscreen.yaml -- 2.15.0