[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1612452057.726074.452041.nullmailer@robh.at.kernel.org>
Date: Thu, 04 Feb 2021 09:20:57 -0600
From: Rob Herring <robh@...nel.org>
To: alexandru.tachici@...log.com
Cc: linux-kernel@...r.kernel.org, robh+dt@...nel.org,
devicetree@...r.kernel.org, jic23@...nel.org,
linux-iio@...r.kernel.org
Subject: Re: [PATCH v2 2/2] dt-bindings: iio: adc: ad7124: add config nodes
On Thu, 04 Feb 2021 13:35:51 +0200, alexandru.tachici@...log.com wrote:
> From: Alexandru Tachici <alexandru.tachici@...log.com>
>
> Document use of configurations in device-tree bindings.
>
> Signed-off-by: Alexandru Tachici <alexandru.tachici@...log.com>
> ---
> .../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.
Powered by blists - more mailing lists