Re: [PATCH 1/2] dt-bindings: spi: Document imx94 xspi
From: Rob Herring (Arm)
Date: Mon Nov 03 2025 - 23:26:19 EST
On Tue, 04 Nov 2025 11:07:36 +0800, Haibo Chen wrote:
> Document imx94 xspi that supports interface to serial flash
> supporting following features:
>
> - Single-bit SPI, Dual SPI, Quad SPI and Octal SPI.
> - Single Data Rate or Double Data Rate modes.
> - Direct memory mapping of all AHB memory accesses to the
> chip system memory space.
> - Multi-master AHB accesses with priority.
>
> Signed-off-by: Haibo Chen <haibo.chen@xxxxxxx>
> ---
> .../devicetree/bindings/spi/spi-nxp-xspi.yaml | 84 ++++++++++++++++++++++
> MAINTAINERS | 8 +++
> 2 files changed, 92 insertions(+)
>
My bot found errors running 'make dt_binding_check' on your patch:
yamllint warnings/errors:
dtschema/dtc warnings/errors:
Documentation/devicetree/bindings/spi/spi-nxp-xspi.example.dtb: /example-0/soc/spi@42b90000: failed to match any schema with compatible: ['nxp,imx943-xspi']
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20251104-xspi-v1-1-1502847ade40@xxxxxxx
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.