linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* How to handle write-protect pin of NAND device ?
@ 2020-01-27 12:55 Masahiro Yamada
  2020-01-27 14:35 ` Miquel Raynal
  0 siblings, 1 reply; 13+ messages in thread
From: Masahiro Yamada @ 2020-01-27 12:55 UTC (permalink / raw)
  To: linux-mtd; +Cc: Boris Brezillon, Linux Kernel Mailing List, Miquel Raynal

Hi.

I have a question about the
WP_n pin of a NAND chip.


As far as I see, the NAND framework does not
handle it.

Instead, it is handled in a driver level.
I see some DT-bindings that handle the WP_n pin.

$ git grep wp -- Documentation/devicetree/bindings/mtd/
Documentation/devicetree/bindings/mtd/brcm,brcmnand.txt:-
brcm,nand-has-wp          : Some versions of this IP include a
write-protect
Documentation/devicetree/bindings/mtd/ingenic,jz4780-nand.txt:-
wp-gpios: GPIO specifier for the write protect pin.
Documentation/devicetree/bindings/mtd/ingenic,jz4780-nand.txt:
         wp-gpios = <&gpf 22 GPIO_ACTIVE_LOW>;
Documentation/devicetree/bindings/mtd/nvidia-tegra20-nand.txt:-
wp-gpios: GPIO specifier for the write protect pin.
Documentation/devicetree/bindings/mtd/nvidia-tegra20-nand.txt:
         wp-gpios = <&gpio TEGRA_GPIO(S, 0) GPIO_ACTIVE_LOW>;



I wrote a patch to avoid read-only issue in some cases:
http://patchwork.ozlabs.org/patch/1229749/

Generally speaking, we expect NAND devices
are writable in Linux. So, I think my patch is OK.


However, I asked this myself:
Is there a useful case to assert the write protect
pin in order to make the NAND chip really read-only?
For example, the system recovery image is stored in
a read-only device, and the write-protect pin is
kept asserted to assure nobody accidentally corrupts it.

But, I am not sure if it should be handled in the
framework level with a more generic DT-binding.


Comments are appreciated.

--
Best Regards
Masahiro Yamada

______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2020-01-29 15:17 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-27 12:55 How to handle write-protect pin of NAND device ? Masahiro Yamada
2020-01-27 14:35 ` Miquel Raynal
2020-01-27 15:45   ` Boris Brezillon
2020-01-27 15:47     ` Miquel Raynal
2020-01-28  6:58       ` Boris Brezillon
2020-01-29 10:06         ` Masahiro Yamada
2020-01-29 13:36           ` Miquel Raynal
2020-01-29 13:53             ` Boris Brezillon
2020-01-29 13:59               ` Miquel Raynal
2020-01-29 14:49                 ` Boris Brezillon
2020-01-29 14:52                   ` Boris Brezillon
2020-01-29 15:00                   ` Miquel Raynal
2020-01-29 15:17                     ` Boris Brezillon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).