Re: [PATCH v2 1/2] Add binding for IIO ADS1018

From: Rob Herring
Date: Tue Nov 16 2021 - 21:27:26 EST


On Tue, 16 Nov 2021 15:58:58 +0000, Iain Hunter wrote:
> v2 has me as suggested maintainer per Daniel's feedback.
>
> Signed-off-by: Iain Hunter <drhunter95@xxxxxxxxx>
> ---
> .../bindings/iio/adc/ti,ads1018.yaml | 109 ++++++++++++++++++
> 1 file changed, 109 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/iio/adc/ti,ads1018.yaml
>

My bot found errors running 'make DT_CHECKER_FLAGS=-m dt_binding_check'
on your patch (DT_CHECKER_FLAGS is new in v5.13):

yamllint warnings/errors:

dtschema/dtc warnings/errors:
./Documentation/devicetree/bindings/iio/adc/ti,ads1018.yaml: $id: relative path/filename doesn't match actual path or filename
expected: http://devicetree.org/schemas/iio/adc/ti,ads1018.yaml#
/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/iio/adc/ti,ads1015.yaml: duplicate '$id' value 'http://devicetree.org/schemas/iio/adc/ti,ads1015.yaml#'

doc reference errors (make refcheckdocs):

See https://patchwork.ozlabs.org/patch/1555907

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.