On Wed, 18 Dec 2019 16:30:32 -0600 Rob Herring <robh@xxxxxxxxxx> wrote: > On Fri, 6 Dec 2019 11:00:58 +0100, Olivier Moysan wrote: > > Convert the sigma delta modulator bindings > > to DT schema format using json-schema. > > > > Signed-off-by: Olivier Moysan <olivier.moysan@xxxxxx> > > --- > > Changes since v1: > > - add additionalProperties > > - remove unit-address in example > > --- > > .../iio/adc/sigma-delta-modulator.txt | 13 ------- > > .../iio/adc/sigma-delta-modulator.yaml | 37 +++++++++++++++++++ > > 2 files changed, 37 insertions(+), 13 deletions(-) > > delete mode 100644 Documentation/devicetree/bindings/iio/adc/sigma-delta-modulator.txt > > create mode 100644 Documentation/devicetree/bindings/iio/adc/sigma-delta-modulator.yaml > > > > Reviewed-by: Rob Herring <robh@xxxxxxxxxx> Applied to the togreg branch of iio.git and pushed out as testing for the autobuilders to play with it. Thanks, Jonathan