[PATCH 1/2] dt-bindings: mtd: nand: Macronix: document new binding

From: Álvaro Fernández Rojas
Date: Thu Mar 23 2023 - 08:45:21 EST


Add new "mxic,disable-block-protection" binding documentation.
This binding allows disabling block protection support for those devices not
supporting it.

Signed-off-by: Álvaro Fernández Rojas <noltari@xxxxxxxxx>
---
Documentation/devicetree/bindings/mtd/nand-macronix.txt | 3 +++
1 file changed, 3 insertions(+)

diff --git a/Documentation/devicetree/bindings/mtd/nand-macronix.txt b/Documentation/devicetree/bindings/mtd/nand-macronix.txt
index ffab28a2c4d1..03f65ca32cd3 100644
--- a/Documentation/devicetree/bindings/mtd/nand-macronix.txt
+++ b/Documentation/devicetree/bindings/mtd/nand-macronix.txt
@@ -16,6 +16,9 @@ in children nodes.
Required NAND chip properties in children mode:
- randomizer enable: should be "mxic,enable-randomizer-otp"

+Optional NAND chip properties in children mode:
+- block protection disable: should be "mxic,disable-block-protection"
+
Example:

nand: nand-controller@unit-address {
--
2.30.2