From: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> Hi Rob / All, I've done this as a small independent series as it's something new to me and I'm far from sure I did it correctly. This includes both pulling out the iio consumer binding to a separate yaml file and an example of using it. Thanks, Jonathan Jonathan Cameron (2): dt-bindings:iio:iio-consumer add yaml binding for IIO consumers dt-bindings:iio:dac:dpot-dac: yaml conversion. .../devicetree/bindings/iio/dac/dpot-dac.txt | 41 ------------ .../devicetree/bindings/iio/dac/dpot-dac.yaml | 67 +++++++++++++++++++ .../devicetree/bindings/iio/iio-bindings.txt | 53 --------------- .../devicetree/bindings/iio/iio-consumer.yaml | 59 ++++++++++++++++ 4 files changed, 126 insertions(+), 94 deletions(-) delete mode 100644 Documentation/devicetree/bindings/iio/dac/dpot-dac.txt create mode 100644 Documentation/devicetree/bindings/iio/dac/dpot-dac.yaml create mode 100644 Documentation/devicetree/bindings/iio/iio-consumer.yaml -- 2.28.0