On Sun, 20 Jun 2021 23:07:08 +0200, Marek Vasut wrote: > Convert the TI TSC2004/TSC2005 DT bindings to YAML schema. > > Signed-off-by: Marek Vasut <marex@xxxxxxx> > Cc: Dmitry Torokhov <dmitry.torokhov@xxxxxxxxx> > Cc: Michael Welling <mwelling@xxxxxxxx> > Cc: Rob Herring <robh+dt@xxxxxxxxxx> > Cc: kernel@xxxxxxxxxxxxxxxxxx > Cc: linux-input@xxxxxxxxxxxxxxx > To: devicetree@xxxxxxxxxxxxxxx > --- > V2: - Switch the license to (GPL-2.0-only OR BSD-2-Clause) > V3: - Drop quotes, use enum: instead of oneOf+const > - Add maxItems to reg: and reset-gpios: > - Drop ref uint32 > --- > .../input/touchscreen/ti,tsc2005.yaml | 128 ++++++++++++++++++ > .../bindings/input/touchscreen/tsc2005.txt | 64 --------- > 2 files changed, 128 insertions(+), 64 deletions(-) > create mode 100644 Documentation/devicetree/bindings/input/touchscreen/ti,tsc2005.yaml > delete mode 100644 Documentation/devicetree/bindings/input/touchscreen/tsc2005.txt > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>