mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 18:41:58 +09:00
mtd: spinand: Winbond: Support new device W25N01JWZEIG
Change-Id: I90b594403dbd71883da66f6e485959b48b505bda Signed-off-by: Jon Lin <jon.lin@rock-chips.com>
This commit is contained in:
@@ -209,6 +209,15 @@ static const struct spinand_info winbond_spinand_table[] = {
|
||||
0,
|
||||
SPINAND_ECCINFO(&w25n02kv_ooblayout,
|
||||
w25n02kv_ecc_get_status)),
|
||||
SPINAND_INFO("W25N01JWZEIG",
|
||||
SPINAND_ID(SPINAND_READID_METHOD_OPCODE_DUMMY, 0xBC),
|
||||
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(&w25m02gv_ooblayout, NULL)),
|
||||
};
|
||||
|
||||
static int winbond_spinand_init(struct spinand_device *spinand)
|
||||
|
||||
Reference in New Issue
Block a user