Re: [PATCH v2] dt-bindings: mtd: mxic,multi-itfc-v009-nand-controller: convert to DT schema
From: Rob Herring (Arm)
Date: Wed Jan 28 2026 - 04:37:29 EST
On Wed, 28 Jan 2026 07:58:00 +0000, Akhila YS wrote:
> Convert Macronix Raw NAND Controller Device Tree binding to DT Schema.
>
> Signed-off-by: Akhila YS <akhilayalmati@xxxxxxxxx>
> ---
> Changes in v2:
> - Add "Mason Yang" as maintainer.
> - Link to v1: https://lore.kernel.org/r/20260126-mxic-nand-v1-1-557df4a0dfa7@xxxxxxxxx
> ---
> .../mtd/mxic,multi-itfc-v009-nand-controller.yaml | 78 ++++++++++++++++++++++
> .../devicetree/bindings/mtd/mxic-nand.txt | 36 ----------
> 2 files changed, 78 insertions(+), 36 deletions(-)
>
My bot found errors running 'make dt_binding_check' on your patch:
yamllint warnings/errors:
./Documentation/devicetree/bindings/mtd/mxic,multi-itfc-v009-nand-controller.yaml:11:5: [warning] too many spaces after hyphen (hyphens)
dtschema/dtc warnings/errors:
doc reference errors (make refcheckdocs):
See https://patchwork.kernel.org/project/devicetree/patch/20260128-mxic-nand-v2-1-6f0cf94f2fd7@xxxxxxxxx
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.