Message ID | 20240223034758.13753-6-william.zhang@broadcom.com |
---|---|
State | Accepted |
Headers | show |
Series | mtd: rawnand: brcmnand: driver and doc updates | expand |
On Fri, 2024-02-23 at 03:47:50 UTC, William Zhang wrote: > Add brcm,wp-not-connected property to have an option for disabling this > feature on broadband board design that does not connect WP pin. > > Signed-off-by: William Zhang <william.zhang@broadcom.com> > Reviewed-by: Conor Dooley <conor.dooley@microchip.com> > Reviewed-by: Florian Fainelli <florian.fainelli@broadcom.com> Applied to https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git nand/next, thanks. Miquel
diff --git a/Documentation/devicetree/bindings/mtd/brcm,brcmnand.yaml b/Documentation/devicetree/bindings/mtd/brcm,brcmnand.yaml index e54ca08a798a..6a717bcedfd3 100644 --- a/Documentation/devicetree/bindings/mtd/brcm,brcmnand.yaml +++ b/Documentation/devicetree/bindings/mtd/brcm,brcmnand.yaml @@ -113,6 +113,13 @@ properties: earlier versions of this core that include WP type: boolean + brcm,wp-not-connected: + description: + Use this property when WP pin is not physically wired to the NAND chip. + Write protection feature cannot be used. By default, controller assumes + the pin is connected and feature is used. + $ref: /schemas/types.yaml#/definitions/flag + patternProperties: "^nand@[a-f0-9]$": type: object