On Sat, Oct 31, 2020 at 06:24:20PM +0000, Jonathan Cameron wrote: > From: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> > > This channel binding is not yet that heavily used, though that will slowly > change now we have a standard binding. There are more properties coming > for this binding in the near future. > > This series converts the channel binding itself then leverages it to > reduce repitition and improve consistency in a couple of drivers. > > One thing to note is that we have similar defintion for DACs but so > far there are no generic properties. > > Jonathan Cameron (3): > dt-bindings:iio:adc: convert adc.txt to yaml > dt-bindings:iio:adc:adi,ad7124: Use the new adc.yaml channel binding > dt-bindings:iio:adc:adi,ad7292: Use new adc.yaml binding for channels. For the series: Reviewed-by: Rob Herring <robh@xxxxxxxxxx> > > .../devicetree/bindings/iio/adc/adc.txt | 23 ----------- > .../devicetree/bindings/iio/adc/adc.yaml | 38 +++++++++++++++++++ > .../bindings/iio/adc/adi,ad7124.yaml | 14 +++---- > .../bindings/iio/adc/adi,ad7292.yaml | 8 ++-- > 4 files changed, 47 insertions(+), 36 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/iio/adc/adc.txt > create mode 100644 Documentation/devicetree/bindings/iio/adc/adc.yaml > > -- > 2.28.0 >