On Tue, 30 Mar 2021 22:12:33 +0200, Linus Walleij wrote: > This converts the Melfas MMS114 bindings and extend like this: > > - Require nodename touchscreen@ (this seems to be the case for > all in-tree DTS files) > - Add the mms134s and mms136 compatibles > - Add the avdd and vdd power supplies > - Define the I2C clock frequency property > > Cc: devicetree@xxxxxxxxxxxxxxx > Cc: Stephan Gerhold <stephan@xxxxxxxxxxx> > Cc: Simon Shields <simon@xxxxxxxxxxxxx> > Cc: Tomasz Figa <tfiga@xxxxxxxxxxxx> > Signed-off-by: Linus Walleij <linus.walleij@xxxxxxxxxx> > --- > .../input/touchscreen/melfas,mms114.yaml | 87 +++++++++++++++++++ > .../bindings/input/touchscreen/mms114.txt | 42 --------- > 2 files changed, 87 insertions(+), 42 deletions(-) > create mode 100644 Documentation/devicetree/bindings/input/touchscreen/melfas,mms114.yaml > delete mode 100644 Documentation/devicetree/bindings/input/touchscreen/mms114.txt > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>