On Thu, 03 Dec 2020 14:12:40 +0100, Stephan Gerhold wrote: > Convert the device tree bindings for tm2-touchkey to the YAML format. > > While we're at it, clarify the descriptions a bit to make it clear that > this driver can be used for many different MCUs that all implement > a similar I2C protocol. Depending on the MCU the voltage requirements > may be different, on some devices the controller uses 2.2V, 2.8V or > even 3.3V for vcc-supply instead of 1.8V. > > Cc: Linus Walleij <linus.walleij@xxxxxxxxxx> > Signed-off-by: Stephan Gerhold <stephan@xxxxxxxxxxx> > --- > .../bindings/input/cypress,tm2-touchkey.txt | 33 --------- > .../bindings/input/cypress,tm2-touchkey.yaml | 68 +++++++++++++++++++ > 2 files changed, 68 insertions(+), 33 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/input/cypress,tm2-touchkey.txt > create mode 100644 Documentation/devicetree/bindings/input/cypress,tm2-touchkey.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>