[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <174482532098.3485034.14305412993449574460.robh@kernel.org>
Date: Wed, 16 Apr 2025 12:42:01 -0500
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Ivan Vecera <ivecera@...hat.com>
Cc: Krzysztof Kozlowski <krzk+dt@...nel.org>, netdev@...r.kernel.org,
Prathosh Satish <Prathosh.Satish@...rochip.com>,
Vadim Fedorenko <vadim.fedorenko@...ux.dev>, Kees Cook <kees@...nel.org>,
Michal Schmidt <mschmidt@...hat.com>, Conor Dooley <conor+dt@...nel.org>,
Arkadiusz Kubalewski <arkadiusz.kubalewski@...el.com>,
linux-hardening@...r.kernel.org, Andrew Morton <akpm@...ux-foundation.org>,
linux-kernel@...r.kernel.org, Lee Jones <lee@...nel.org>,
Jiri Pirko <jiri@...nulli.us>, Andy Shevchenko <andy@...nel.org>,
devicetree@...r.kernel.org
Subject: Re: [PATCH v3 net-next 2/8] dt-bindings: dpll: Add support for
Microchip Azurite chip family
On Wed, 16 Apr 2025 18:21:38 +0200, Ivan Vecera wrote:
> Add DT bindings for Microchip Azurite DPLL chip family. These chips
> provides up to 5 independent DPLL channels, 10 differential or
> single-ended inputs and 10 differential or 20 single-ended outputs.
> It can be connected via I2C or SPI busses.
>
> Signed-off-by: Ivan Vecera <ivecera@...hat.com>
> ---
> v1->v3:
> * single file for both i2c & spi
> * 5 compatibles for all supported chips from the family
> ---
> .../bindings/dpll/microchip,zl30731.yaml | 115 ++++++++++++++++++
> 1 file changed, 115 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/dpll/microchip,zl30731.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/dpll/microchip,zl30731.yaml: $id: Cannot determine base path from $id, relative path/filename doesn't match actual path or filename
$id: http://devicetree.org/schemas/dpll/microchip,zl3073x.yaml
file: /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/dpll/microchip,zl30731.yaml
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20250416162144.670760-3-ivecera@redhat.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