On Wed, 8 Jan 2020 10:11:18 +0100, Benjamin Gaignard wrote: > Convert the Goodix binding to DT schema format using json-schema > > Signed-off-by: Benjamin Gaignard <benjamin.gaignard@xxxxxx> > --- > version 2: > - enumerate goodix's I2C adresses > - add description for irq-gpio property > - reference the common properties used by goodix > > .../bindings/input/touchscreen/goodix.txt | 50 -------------- > .../bindings/input/touchscreen/goodix.yaml | 78 ++++++++++++++++++++++ > 2 files changed, 78 insertions(+), 50 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/input/touchscreen/goodix.txt > create mode 100644 Documentation/devicetree/bindings/input/touchscreen/goodix.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>