[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <173814293125.1202566.9263115749619658807.robh@kernel.org>
Date: Wed, 29 Jan 2025 03:28:51 -0600
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Robert Budai <robert.budai@...log.com>
Cc: nuno.sa@...log.com, corbet@....net, devicetree@...r.kernel.org,
Michael.Hennerich@...log.com, conor+dt@...nel.org,
linux-iio@...r.kernel.org, lars@...afoo.de, linux-doc@...r.kernel.org,
linux-kernel@...r.kernel.org, lanzano.alex@...il.com,
antoniu.miclaus@...log.com, jic23@...nel.org, ramona.gradinariu@...log.com,
krzk+dt@...nel.org
Subject: Re: [PATCH v5 4/6] dt-bindings: iio: Add adis16550 bindings
On Wed, 29 Jan 2025 10:20:44 +0200, Robert Budai wrote:
> Document the ADIS16550 device devicetree bindings.
>
> Co-developed-by: Antoniu Miclaus <antoniu.miclaus@...log.com>
> Signed-off-by: Antoniu Miclaus <antoniu.miclaus@...log.com>
> Signed-off-by: Ramona Gradinariu <ramona.gradinariu@...log.com>
> Signed-off-by: Robert Budai <robert.budai@...log.com>
> ---
>
> v5:
> - removed sync-mode binding
> - added binding for external clock frequency
> - removed adis16550w
>
> .../bindings/iio/imu/adi,adis16550.yaml | 80 +++++++++++++++++++
> MAINTAINERS | 9 +++
> 2 files changed, 89 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/iio/imu/adi,adis16550.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/imu/adi,adis16550.example.dtb: imu@0: 'clock-frequency' is a required property
from schema $id: http://devicetree.org/schemas/iio/imu/adi,adis16550.yaml#
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20250129082053.19077-5-robert.budai@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