[PATCH 1/2] dt-bindings: mtd: brcmnand: add "no-wp" property
Rafał Miłecki
zajec5 at gmail.com
Wed Nov 3 08:11:16 PDT 2021
From: Rafał Miłecki <rafal at milecki.pl>
It's required to properly describe boards without connected WP pin (e.g.
Asus GT-AC5300).
Signed-off-by: Rafał Miłecki <rafal at milecki.pl>
---
Documentation/devicetree/bindings/mtd/brcm,brcmnand.yaml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/Documentation/devicetree/bindings/mtd/brcm,brcmnand.yaml b/Documentation/devicetree/bindings/mtd/brcm,brcmnand.yaml
index dd5a64969e37..49c7860c0dad 100644
--- a/Documentation/devicetree/bindings/mtd/brcm,brcmnand.yaml
+++ b/Documentation/devicetree/bindings/mtd/brcm,brcmnand.yaml
@@ -111,6 +111,11 @@ properties:
earlier versions of this core that include WP
type: boolean
+ no-wp:
+ description:
+ This property marks boards with WP pin not connected to the NAND chip.
+ type: boolean
+
patternProperties:
"^nand@[a-f0-9]$":
type: object
--
2.31.1
More information about the linux-mtd
mailing list