Re: [PATCH v5 1/3] dt-bindings: mtd: spinand: Add randomizer enable/disable properties

From: Krzysztof Kozlowski

Date: Thu Feb 12 2026 - 02:34:03 EST


On Wed, Feb 11, 2026 at 06:05:51PM +0800, Cheng Ming Lin wrote:
> diff --git a/Documentation/devicetree/bindings/mtd/nand-chip.yaml b/Documentation/devicetree/bindings/mtd/nand-chip.yaml
> index 609d4a4ddd80..2fcbc4b73e95 100644
> --- a/Documentation/devicetree/bindings/mtd/nand-chip.yaml
> +++ b/Documentation/devicetree/bindings/mtd/nand-chip.yaml
> @@ -67,6 +67,14 @@ properties:
> the secure regions present.
> $ref: /schemas/types.yaml#/definitions/uint64-matrix
>
> + nand-randomizer-enable:
> + description: Enable the randomizer feature.
> + type: boolean
> +
> + nand-randomizer-disable:
> + description: Disable the randomizer feature.
> + type: boolean

Read again feedback from Miquel - two EXCLUSIVE properties. You miss
"not" with "required":
https://lore.kernel.org/all/20230118163208.GA117919-robh@xxxxxxxxxx/

Best regards,
Krzysztof