[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <175310783209.583289.11600965085224467710.robh@kernel.org>
Date: Mon, 21 Jul 2025 09:23:52 -0500
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Antoniu Miclaus <antoniu.miclaus@...log.com>
Cc: devicetree@...r.kernel.org, linux-iio@...r.kernel.org, jic23@...nel.org,
linux-kernel@...r.kernel.org, conor+dt@...nel.org
Subject: Re: [PATCH v2 2/5] dt-bindings: iio: adc: add ade9000
On Mon, 21 Jul 2025 14:24:42 +0300, Antoniu Miclaus wrote:
> Add devicetree bindings support for ade9000.
>
> Signed-off-by: Antoniu Miclaus <antoniu.miclaus@...log.com>
> ---
> changes in v2:
> - move interrup-names near interrupts
> - remove properties related to the waveform buffer and make them runtime attributes
> - remove egy-time property and make it a runtime attribute.
> - remove wf-src and use filter_type in the driver.
> - add vref, vdd support.
> - use adc standard channels instead of phase channels.
> .../bindings/iio/adc/adi,ade9000.yaml | 122 ++++++++++++++++++
> 1 file changed, 122 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/iio/adc/adi,ade9000.yaml
>
My bot found errors running 'make dt_binding_check' on your patch:
yamllint warnings/errors:
dtschema/dtc warnings/errors:
/builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/iio/adc/adi,ade9000.yaml:
Error in referenced schema matching $id: http://devicetree.org/schemas/spi/spi-peripheral-props.yaml
Tried these paths (check schema $id if path is wrong):
/builds/robherring/dt-review-ci/linux/Documentation/devicetree/spi/spi-peripheral-props.yaml
/usr/local/lib/python3.11/dist-packages/dtschema/schemas/spi/spi-peripheral-props.yaml
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20250721112455.23948-2-antoniu.miclaus@analog.com
The base for the series is generally the latest rc1. A different dependency
should be noted in *this* patch.
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 after running the above command yourself. Note
that DT_SCHEMA_FILES can be set to your schema file to speed up checking
your schema. However, it must be unset to test all examples with your schema.
Powered by blists - more mailing lists