Re: [PATCH v7 1/7] dt-bindings: iio/adc: Convert ingenic-adc docs to YAML.
From: Rob Herring <robh@kernel.org>
Date: 2020-05-26 21:34:15
Also in:
linux-devicetree, linux-iio, lkml
From: Rob Herring <robh@kernel.org>
Date: 2020-05-26 21:34:15
Also in:
linux-devicetree, linux-iio, lkml
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 <redacted>
Tested-by: Paul Cercueil <paul@crapouillou.net>
---
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.yamlReviewed-by: Rob Herring <robh@kernel.org>