mbox series

[0/2] Convert Goodix touchscreen to json-schema

Message ID 20200107130903.14421-1-benjamin.gaignard@st.com
Headers show
Series Convert Goodix touchscreen to json-schema | expand

Message

Benjamin Gaignard Jan. 7, 2020, 1:09 p.m. UTC
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