Re: [PATCH v3 1/2] dt-bindings: i3c: Add adi-i3c-master
From: "Rob Herring (Arm)" <robh@kernel.org>
Date: 2025-06-18 08:40:40
Also in:
linux-i3c, lkml
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@analog.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@44a00000: 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.