On Wed, 19 May 2021 11:42:18 +0200, Oleksij Rempel wrote: > Convert the resistive-adc-touch binding to DT schema format using json-schema. > > Signed-off-by: Oleksij Rempel <o.rempel@xxxxxxxxxxxxxx> > --- > .../input/touchscreen/resistive-adc-touch.txt | 33 --------- > .../touchscreen/resistive-adc-touch.yaml | 70 +++++++++++++++++++ > 2 files changed, 70 insertions(+), 33 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/input/touchscreen/resistive-adc-touch.txt > create mode 100644 Documentation/devicetree/bindings/input/touchscreen/resistive-adc-touch.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>