commit | 6652ef88c4a7036e8f5e900f47a4daf2a9ba30c8 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Thu Mar 23 05:07:23 2017 +0900 |
committer | Boris Brezillon <boris.brezillon@free-electrons.com> | Tue Mar 28 14:24:44 2017 +0200 |
tree | ff58cf9a145ba587b6b0ee42b0c06ab99fb96a63 | |
parent | cc5d8031f8c7b11c325a37118f9aa6133f0b28a0 [diff] |
mtd: nand: denali: remove meaningless writes to read-only registers The write accesses to LOGICAL_PAGE_{DATA,SPARE}_SIZE have no effect because the Denali User's Guide says these registers are read-only. The hardware automatically multiplies the main/spare size by the number of devices and update LOGICAL_PAGE_{DATA,SPARE}_SIZE. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>