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

Rob Herring robh at kernel.org
Tue Jan 27 08:18:50 PST 2026


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 at gmail.com>
> ---
>  .../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 at bootlin.com>
> +  - Richard Weinberger <richard at nod.at>

Should be someone with the h/w. Perhaps the driver author Mason Yang 
<masonccyang at mxic.com.tw>.

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



More information about the linux-mtd mailing list