mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
mtd: spinand: foresee: Support new device
F35SQA512M, F35UQA512M Change-Id: Ica5e7e1bafd481d7b5c883fd9ab75b8f9599e003 Signed-off-by: Jon Lin <jon.lin@rock-chips.com>
This commit is contained in:
@@ -97,6 +97,24 @@ static const struct spinand_info foresee_spinand_table[] = {
|
||||
&update_cache_variants),
|
||||
SPINAND_HAS_QE_BIT,
|
||||
SPINAND_ECCINFO(&fsxxndxxg_ooblayout, NULL)),
|
||||
SPINAND_INFO("F35SQA512M",
|
||||
SPINAND_ID(SPINAND_READID_METHOD_OPCODE_DUMMY, 0x70),
|
||||
NAND_MEMORG(1, 2048, 64, 64, 512, 20, 1, 1, 1),
|
||||
NAND_ECCREQ(1, 512),
|
||||
SPINAND_INFO_OP_VARIANTS(&read_cache_variants,
|
||||
&write_cache_variants,
|
||||
&update_cache_variants),
|
||||
SPINAND_HAS_QE_BIT,
|
||||
SPINAND_ECCINFO(&fsxxndxxg_ooblayout, NULL)),
|
||||
SPINAND_INFO("F35UQA512M",
|
||||
SPINAND_ID(SPINAND_READID_METHOD_OPCODE_DUMMY, 0x60),
|
||||
NAND_MEMORG(1, 2048, 64, 64, 512, 20, 1, 1, 1),
|
||||
NAND_ECCREQ(1, 512),
|
||||
SPINAND_INFO_OP_VARIANTS(&read_cache_variants,
|
||||
&write_cache_variants,
|
||||
&update_cache_variants),
|
||||
SPINAND_HAS_QE_BIT,
|
||||
SPINAND_ECCINFO(&fsxxndxxg_ooblayout, NULL)),
|
||||
};
|
||||
|
||||
static const struct spinand_manufacturer_ops foresee_spinand_manuf_ops = {
|
||||
|
||||
Reference in New Issue
Block a user