On Mon, 2019-06-24 at 07:50 -0600, Rob Herring wrote: > [External] > > > On Mon, Jun 24, 2019 at 2:09 AM Mircea Caprioru > <mircea.caprioru@xxxxxxxxxx> wrote: > > > > Convert AD7124 bindings documentation to YAML format. > > > > Signed-off-by: Mircea Caprioru <mircea.caprioru@xxxxxxxxxx> > > --- > > > > Changelog v2: > > - modified SPDX license to GPL-2.0 OR BSD-2-Clause > > - added regex for a range from 0 to 15 > > - added minimum and maximum constraints for reg property > > - set type and range of values for adi,reference-select property > > - used items for diff-channels property > > - set bipolar, adi,buffered-positive and negative to type: boolean > > > > Changelog v3: > > - moved adi,buffered-positive and negative properties to own commit > > > > .../bindings/iio/adc/adi,ad7124.yaml | 144 > > ++++++++++++++++++ > > 1 file changed, 144 insertions(+) > > create mode 100644 > > Documentation/devicetree/bindings/iio/adc/adi,ad7124.yaml > > The subject says 'Convert', but where's the removal of the old > binding? > > Rob You are right I was not sure if I should also remove the old binding. I'll do a v4 to delete it in this patch. Thanks, Mircea