[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <176959303628.238734.3843759154306421826.robh@kernel.org>
Date: Wed, 28 Jan 2026 03:37:16 -0600
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Akhila YS <akhilayalmati@...il.com>
Cc: linux-mtd@...ts.infradead.org, Krzysztof Kozlowski <krzk+dt@...nel.org>,
Miquel Raynal <miquel.raynal@...tlin.com>, linux-kernel@...r.kernel.org,
Richard Weinberger <richard@....at>, devicetree@...r.kernel.org,
Mason Yang <masonccyang@...c.com.tw>, Vignesh Raghavendra <vigneshr@...com>,
Conor Dooley <conor+dt@...nel.org>
Subject: Re: [PATCH v2] dt-bindings: mtd:
mxic,multi-itfc-v009-nand-controller: convert to DT schema
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@...il.com>
> ---
> Changes in v2:
> - Add "Mason Yang" as maintainer.
> - Link to v1: https://lore.kernel.org/r/20260126-mxic-nand-v1-1-557df4a0dfa7@gmail.com
> ---
> .../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@gmail.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