[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAK7LNAQmzYzK_A4iF6b-LxTT-o5Ut2=TyBeRQPSfCdj7FHhgBQ@mail.gmail.com>
Date: Thu, 27 Feb 2020 10:58:17 +0900
From: Masahiro Yamada <yamada.masahiro@...ionext.com>
To: Rob Herring <robh+dt@...nel.org>, DTML <devicetree@...r.kernel.org>
Cc: Mark Rutland <mark.rutland@....com>,
Vignesh Raghavendra <vigneshr@...com>,
Richard Weinberger <richard@....at>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
linux-mtd <linux-mtd@...ts.infradead.org>,
Miquel Raynal <miquel.raynal@...tlin.com>
Subject: Re: [PATCH] dt-bindings: mtd: Convert Denali NAND controller to json-schema
Hi Rob,
This was applied, but I just noticed one stupid mistake.
On Sat, Feb 22, 2020 at 11:20 PM Masahiro Yamada
<yamada.masahiro@...ionext.com> wrote:
>
> Convert the Denali NAND controller binding to DT schema format.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro@...ionext.com>
> ---
>
> .../devicetree/bindings/mtd/denali,nand.yaml | 149 ++++++++++++++++++
> .../devicetree/bindings/mtd/denali-nand.txt | 61 -------
> 2 files changed, 149 insertions(+), 61 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/mtd/denali,nand.yaml
> delete mode 100644 Documentation/devicetree/bindings/mtd/denali-nand.txt
>
> diff --git a/Documentation/devicetree/bindings/mtd/denali,nand.yaml b/Documentation/devicetree/bindings/mtd/denali,nand.yaml
> new file mode 100644
> index 000000000000..b41b7e4bfe78
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/mtd/denali,nand.yaml
> @@ -0,0 +1,149 @@
> +# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
> +%YAML 1.2
> +---
> +$id: http://devicetree.org/schemas/mtd/denali,nand.yaml#
> +$schema: http://devicetree.org/meta-schemas/core.yaml#
> +
> +title: Denali NAND controller
> +
> +maintainers:
> + - Masahiro Yamada <yamada.masahiro@...ionext.com>
> +
> +properties:
> + compatible:
> + description: version 2.91, 3.1, 3.1.1, respectively
Please delete this description.
This is a copy-paste mistake, which
came from my other patch
"dt-bindings: mmc: Convert UniPhier SD controller to json-schema"
> + enum:
> + - altr,socfpga-denali-nand
> + - socionext,uniphier-denali-nand-v5a
> + - socionext,uniphier-denali-nand-v5b
> +
--
Best Regards
Masahiro Yamada
Powered by blists - more mailing lists