[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <175023603936.750172.15809343122614690485.robh@kernel.org>
Date: Wed, 18 Jun 2025 03:40:39 -0500
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Jorge Marques <jorge.marques@...log.com>
Cc: Krzysztof Kozlowski <krzk+dt@...nel.org>, gastmaier@...il.com,
linux-kernel@...r.kernel.org, Frank Li <Frank.Li@....com>,
linux-i3c@...ts.infradead.org, devicetree@...r.kernel.org,
Alexandre Belloni <alexandre.belloni@...tlin.com>,
Conor Dooley <conor+dt@...nel.org>
Subject: Re: [PATCH v3 1/2] dt-bindings: i3c: Add adi-i3c-master
On Wed, 18 Jun 2025 09:16:43 +0200, Jorge Marques wrote:
> Add bindings doc for ADI I3C Controller IP core, a FPGA synthesizable IP
> core that implements the MIPI I3C Basic controller specification.
>
> Signed-off-by: Jorge Marques <jorge.marques@...log.com>
> ---
> .../devicetree/bindings/i3c/adi,i3c-master.yaml | 63 ++++++++++++++++++++++
> MAINTAINERS | 5 ++
> 2 files changed, 68 insertions(+)
>
My bot found errors running 'make dt_binding_check' on your patch:
yamllint warnings/errors:
dtschema/dtc warnings/errors:
Documentation/devicetree/bindings/i3c/adi,i3c-master.example.dtb: /example-0/i3c@...00000: failed to match any schema with compatible: ['adi,i3c-master']
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20250618-adi-i3c-master-v3-1-e66170a6cb95@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