On Sun, 17 May 2020 21:48:58 +0200, Artur Rojek wrote: > Convert the textual documentation of Device Tree bindings for the > Ingenic JZ47xx SoCs ADC controller to YAML. > > The `interrupts` property is now explicitly listed and marked as > required. While missing from the previous textual documentation, this > property has been used with all the boards which probe this driver. > > Signed-off-by: Artur Rojek <contact@xxxxxxxxxxxxxx> > Tested-by: Paul Cercueil <paul@xxxxxxxxxxxxxxx> > --- > > Changes: > > v6: new patch > > v7: - specify `maxItems: 1` for single entry properties > - get rid of redundant descriptions of said properties > > .../bindings/iio/adc/ingenic,adc.txt | 49 ------------- > .../bindings/iio/adc/ingenic,adc.yaml | 71 +++++++++++++++++++ > 2 files changed, 71 insertions(+), 49 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/iio/adc/ingenic,adc.txt > create mode 100644 Documentation/devicetree/bindings/iio/adc/ingenic,adc.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>