On Thu, 04 Feb 2021 13:35:51 +0200, alexandru.tachici@analog.com wrote:
From: Alexandru Tachici <redacted>
Document use of configurations in device-tree bindings.
Signed-off-by: Alexandru Tachici <redacted>
---
.../bindings/iio/adc/adi,ad7124.yaml | 72 +++++++++++++++----
1 file changed, 57 insertions(+), 15 deletions(-)
My bot found errors running 'make dt_binding_check' on your patch:
yamllint warnings/errors:
./Documentation/devicetree/bindings/iio/adc/adi,ad7124.yaml:76:10: [warning] wrong indentation: expected 10 but found 9 (indentation)
./Documentation/devicetree/bindings/iio/adc/adi,ad7124.yaml:114:10: [warning] wrong indentation: expected 10 but found 9 (indentation)
dtschema/dtc warnings/errors:
See https://patchwork.ozlabs.org/patch/1435965
This check can fail if there are any dependencies. The base for a patch
series is generally the most recent rc1.
If you already ran 'make dt_binding_check' and didn't see the above
error(s), then make sure 'yamllint' is installed and dt-schema is up to
date:
pip3 install dtschema --upgrade
Please check and re-submit.