mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
mtd: spinand: foresee: Support new device F35UQA001G-WWT
Change-Id: Icf2f439e2d7e05be100c22f352ef1473a27b0d29 Signed-off-by: Jon Lin <jon.lin@rock-chips.com>
This commit is contained in:
@@ -124,6 +124,15 @@ static const struct spinand_info foresee_spinand_table[] = {
|
||||
&update_cache_variants),
|
||||
SPINAND_HAS_QE_BIT,
|
||||
SPINAND_ECCINFO(&fsxxndxxg_ooblayout, NULL)),
|
||||
SPINAND_INFO("F35UQA001G-WWT",
|
||||
SPINAND_ID(SPINAND_READID_METHOD_OPCODE_DUMMY, 0x61),
|
||||
NAND_MEMORG(1, 2048, 64, 64, 1024, 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