mtd: spinand: Support FM25S02A
Change-Id: I855a01500977285c4b8eb09ec1c013a4cdb5636e Signed-off-by: Jon Lin <jon.lin@rock-chips.com>
This commit is contained in:
parent
ea89190d3a
commit
3ac03e839f
|
|
@ -63,6 +63,14 @@ static const struct spinand_info fmsh_spinand_table[] = {
|
||||||
&update_cache_variants),
|
&update_cache_variants),
|
||||||
0,
|
0,
|
||||||
SPINAND_ECCINFO(&fm25s01a_ooblayout, NULL)),
|
SPINAND_ECCINFO(&fm25s01a_ooblayout, NULL)),
|
||||||
|
SPINAND_INFO("FM25S02A", 0xE5,
|
||||||
|
NAND_MEMORG(1, 2048, 64, 64, 2048, 1, 1, 1),
|
||||||
|
NAND_ECCREQ(1, 512),
|
||||||
|
SPINAND_INFO_OP_VARIANTS(&read_cache_variants,
|
||||||
|
&write_cache_variants,
|
||||||
|
&update_cache_variants),
|
||||||
|
0,
|
||||||
|
SPINAND_ECCINFO(&fm25s01a_ooblayout, NULL)),
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue