Re: [PATCH] dt-bindings: mtd: mxic,multi-itfc-v009-nand-controller: convert to DT schema

From: Rob Herring

Date: Tue Jan 27 2026 - 11:21:28 EST


On Mon, Jan 26, 2026 at 11:09:20AM +0000, Akhila YS wrote:
> Convert Macronix Raw NAND Controller Device Tree binding to DT Schema.
>
> Signed-off-by: Akhila YS <akhilayalmati@xxxxxxxxx>
> ---
> .../mtd/mxic,multi-itfc-v009-nand-controller.yaml | 79 ++++++++++++++++++++++
> .../devicetree/bindings/mtd/mxic-nand.txt | 36 ----------
> 2 files changed, 79 insertions(+), 36 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/mtd/mxic,multi-itfc-v009-nand-controller.yaml b/Documentation/devicetree/bindings/mtd/mxic,multi-itfc-v009-nand-controller.yaml
> new file mode 100644
> index 000000000000..97baac8b405a
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/mtd/mxic,multi-itfc-v009-nand-controller.yaml
> @@ -0,0 +1,79 @@
> +# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
> +
> +%YAML 1.2
> +---
> +$id: http://devicetree.org/schemas/mtd/mxic,multi-itfc-v009-nand-controller.yaml#
> +$schema: http://devicetree.org/meta-schemas/core.yaml#
> +
> +title: Macronix Raw NAND Controller
> +
> +maintainers:
> + - Miquel Raynal <miquel.raynal@xxxxxxxxxxx>
> + - Richard Weinberger <richard@xxxxxx>

Should be someone with the h/w. Perhaps the driver author Mason Yang
<masonccyang@xxxxxxxxxxx>.

Though the driver has zero driver specific changes since added in 2019
and there are no .dts files using it. Maybe it is unused and should be
dropped instead.

But otherwise, the schema looks good.

Rob