Re: [PATCH v6 2/7] dt-bindings: mtd: ubi-volume: allow UBI volumes to provide NVMEM

From: Miquel Raynal
Date: Mon Dec 18 2023 - 02:05:24 EST


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