]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
dt-bindings: mtd: nand: Add nand-randomizer property
authorCheng Ming Lin <chengminglin@mxic.com.tw>
Tue, 5 May 2026 01:34:51 +0000 (09:34 +0800)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Wed, 27 May 2026 09:06:27 +0000 (11:06 +0200)
commitcf496ebf1380bde700c5d1790c31919eea2f4851
treeb0b11328bab4b6669af1dc45398858220257d0cc
parent8507c2cc9e4fa402401819f44d1e8a5ef4d11d8b
dt-bindings: mtd: nand: Add nand-randomizer property

Add the 'nand-randomizer' property to control the data randomizer
feature. This is used to improve data reliability by reducing
cell-to-cell interference.

Depending on the hardware architecture, this property is designed to be
generic and can apply to either the NAND chip's internal randomizer
or the hardware randomizer engine embedded in the NAND host controller.

This property is defined as a uint32 enum (0 or 1) instead of a simple
boolean. This design choice explicitly supports the "not present" case.
If the property is omitted, the driver will not interfere and will leave
the randomizer in its current state (e.g., as already configured by the
bootloader or hardware default).

Signed-off-by: Cheng Ming Lin <chengminglin@mxic.com.tw>
Reviewed-by: Rob Herring (Arm) <robh@kernel.org>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Documentation/devicetree/bindings/mtd/nand-chip.yaml