projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b02308a
)
mtd: spinand: macronix: Add support for MX35LF2GE4AB
author
Miquel Raynal
<miquel.raynal@bootlin.com>
Fri, 22 Jun 2018 12:28:28 +0000
(14:28 +0200)
committer
Miquel Raynal
<miquel.raynal@bootlin.com>
Wed, 18 Jul 2018 07:24:12 +0000
(09:24 +0200)
MX35LF2GE4AB is almost identical to MX35LF1GE4AB except it has 2 times
more eraseblocks per LUN and exposes 2 planes instead of 1.
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
drivers/mtd/nand/spi/macronix.c
patch
|
blob
|
history
diff --git
a/drivers/mtd/nand/spi/macronix.c
b/drivers/mtd/nand/spi/macronix.c
index 8ba3489d332aa895f817666c0f741b902d0c7b0b..98f6b9c4b68403833d3fecd94d70a73216216bbb 100644
(file)
--- a/
drivers/mtd/nand/spi/macronix.c
+++ b/
drivers/mtd/nand/spi/macronix.c
@@
-102,6
+102,14
@@
static const struct spinand_info macronix_spinand_table[] = {
SPINAND_HAS_QE_BIT,
SPINAND_ECCINFO(&mx35lfxge4ab_ooblayout,
mx35lf1ge4ab_ecc_get_status)),
+ SPINAND_INFO("MX35LF2GE4AB", 0x22,
+ NAND_MEMORG(1, 2048, 64, 64, 2048, 2, 1, 1),
+ NAND_ECCREQ(4, 512),
+ SPINAND_INFO_OP_VARIANTS(&read_cache_variants,
+ &write_cache_variants,
+ &update_cache_variants),
+ SPINAND_HAS_QE_BIT,
+ SPINAND_ECCINFO(&mx35lfxge4ab_ooblayout, NULL)),
};
static int macronix_spinand_detect(struct spinand_device *spinand)