On Wed, 21 Jul 2021 16:03:47 +0200, Maxime Ripard wrote: > The Pixcir Touchscreen Controller is supported by Linux thanks to > its device tree binding. > > Now that we have the DT validation in place, let's convert the device > tree bindings for that driver over to a YAML schema. > > Cc: Dmitry Torokhov <dmitry.torokhov@xxxxxxxxx> > Cc: linux-input@xxxxxxxxxxxxxxx > Signed-off-by: Maxime Ripard <maxime@xxxxxxxxxx> > --- > .../input/touchscreen/pixcir,pixcir_ts.yaml | 68 +++++++++++++++++++ > .../input/touchscreen/pixcir_i2c_ts.txt | 31 --------- > 2 files changed, 68 insertions(+), 31 deletions(-) > create mode 100644 Documentation/devicetree/bindings/input/touchscreen/pixcir,pixcir_ts.yaml > delete mode 100644 Documentation/devicetree/bindings/input/touchscreen/pixcir_i2c_ts.txt > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>