Re: [PATCH v3 05/17] dt-bindings: mtd: nand: Standardize the child node name

From: Miquel Raynal
Date: Thu Nov 17 2022 - 16:18:53 EST


On Mon, 2022-11-14 at 09:03:03 UTC, Miquel Raynal wrote:
> In almost all the schema mentioning a NAND chip child node, the name of
> the subnode contains a single index number.
>
> In practice there are currently no controller supporting more than 8 cs
> so even the [a-f] numbers are not needed. But let's be safe and limit
> the number of touched files by just allow a single number everywhere, so
> in practice up to 16 CS at most. This value can anyway be limited in
> each schema.
>
> Signed-off-by: Miquel Raynal <miquel.raynal@xxxxxxxxxxx>
> Reviewed-by: Rob Herring <robh@xxxxxxxxxx>

Applied to https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git mtd/next.

Miquel