On Wed, 02 Dec 2020 22:13:58 +0100, Linus Walleij wrote: > Convert this large binding to YAML. It is pretty simple > in it's basic form but the devil is in the details. > Some -if restrictions painstakingly created by reading through > all the datasheets. > > Cc: devicetree@xxxxxxxxxxxxxxx > Signed-off-by: Linus Walleij <linus.walleij@xxxxxxxxxx> > --- > .../devicetree/bindings/iio/st-sensors.txt | 82 ------- > .../devicetree/bindings/iio/st-sensors.yaml | 213 ++++++++++++++++++ > 2 files changed, 213 insertions(+), 82 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/iio/st-sensors.txt > create mode 100644 Documentation/devicetree/bindings/iio/st-sensors.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>