Re: [PATCH v2 12/17] dt-bindings: dma: ti: Add document for K3 BCDMA V2
From: Rob Herring (Arm)
Date: Thu Jun 12 2025 - 04:56:14 EST
On Thu, 12 Jun 2025 12:45:16 +0530, Sai Sree Kartheek Adivi wrote:
> New binding document for
> Texas Instruments K3 Block Copy DMA (BCDMA) V2.
>
> BCDMA V2 is introduced as part of AM62L.
>
> Signed-off-by: Sai Sree Kartheek Adivi <s-adivi@xxxxxx>
> ---
> .../bindings/dma/ti/k3-bcdma-v2.yaml | 97 +++++++++++++++++++
> 1 file changed, 97 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/dma/ti/k3-bcdma-v2.yaml
>
My bot found errors running 'make dt_binding_check' on your patch:
yamllint warnings/errors:
dtschema/dtc warnings/errors:
Documentation/devicetree/bindings/dma/ti/k3-bcdma-v2.example.dtb: /example-0/cbass_main/dma-controller@485c4000: failed to match any schema with compatible: ['ti,dmss-bcdma-v2']
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20250612071521.3116831-13-s-adivi@xxxxxx
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.