[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20231218080508.1803ac17@xps-13>
Date: Mon, 18 Dec 2023 08:05:08 +0100
From: Miquel Raynal <miquel.raynal@...tlin.com>
To: Daniel Golle <daniel@...rotopia.org>
Cc: Richard Weinberger <richard@....at>, Vignesh Raghavendra
<vigneshr@...com>, Rob Herring <robh+dt@...nel.org>, Krzysztof Kozlowski
<krzysztof.kozlowski+dt@...aro.org>, Conor Dooley <conor+dt@...nel.org>,
linux-mtd@...ts.infradead.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH v6 2/7] dt-bindings: mtd: ubi-volume: allow UBI volumes
to provide NVMEM
Hi Daniel,
> --- a/Documentation/devicetree/bindings/mtd/partitions/ubi-volume.yaml
> +++ b/Documentation/devicetree/bindings/mtd/partitions/ubi-volume.yaml
> @@ -15,21 +15,26 @@ maintainers:
>
> properties:
> volid:
> - $ref: "/schemas/types.yaml#/definitions/uint32"
> + $ref: /schemas/types.yaml#/definitions/uint32
> description:
> Match UBI volume ID
>
> volname:
> - $ref: "/schemas/types.yaml#/definitions/string"
> + $ref: /schemas/types.yaml#/definitions/string
> description:
> Match UBI volume ID
>
> + nvmem-layout:
> + $ref: /schemas/nvmem/layouts/nvmem-layout.yaml#
> + description:
> + This container may reference an NVMEM layout parser.
> +
> anyOf:
> - required:
> - - volid
> + - volid
>
> - required:
> - - volname
> + - volname
This should be squashed in patch 1.
Thanks,
Miquèl
Powered by blists - more mailing lists