[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <176358443294.3138094.4409498749262975904.robh@kernel.org>
Date: Wed, 19 Nov 2025 14:33:52 -0600
From: "Rob Herring (Arm)" <robh@...nel.org>
To: iansdannapel@...il.com
Cc: krzk+dt@...nel.org, devicetree@...r.kernel.org, conor+dt@...nel.org,
kever.yang@...k-chips.com, mani@...nel.org, linux-kernel@...r.kernel.org,
trix@...hat.com, dev@...l-k.io, neil.armstrong@...aro.org, mdf@...nel.org,
heiko@...ech.de, yilun.xu@...el.com, linux-fpga@...r.kernel.org
Subject: Re: [PATCH v5 2/3] dt-bindings: fpga: Add Efinix SPI programming
bindings
On Wed, 19 Nov 2025 19:47:05 +0100, iansdannapel@...il.com wrote:
> From: Ian Dannapel <iansdannapel@...il.com>
>
> Add device tree bindings documentation for configuring Efinix FPGA
> using serial SPI passive programming mode.
>
> Signed-off-by: Ian Dannapel <iansdannapel@...il.com>
> ---
> .../bindings/fpga/efinix,trion-spi.yaml | 77 +++++++++++++++++++
> 1 file changed, 77 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/fpga/efinix,trion-spi.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/fpga/efinix,trion-spi.yaml: $id: Cannot determine base path from $id, relative path/filename doesn't match actual path or filename
$id: http://devicetree.org/schemas/fpga/efinix,spi.yaml
file: /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/fpga/efinix,trion-spi.yaml
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20251119184708.566461-3-iansdannapel@gmail.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