mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
mtd: spinand: GSTO: Add third flash id for some devices
GSS02GSAX1, GSS01GSAX1. Change-Id: Id61f63a2c2460b5b8e3a57aeaa3341ddcf32f44e Signed-off-by: Jon Lin <jon.lin@rock-chips.com>
This commit is contained in:
@@ -104,9 +104,9 @@ static const struct spinand_info gsto_spinand_table[] = {
|
||||
&write_cache_variants,
|
||||
&update_cache_variants),
|
||||
0,
|
||||
SPINAND_ECCINFO(&gss0xgsak1_ooblayout, NULL)),
|
||||
SPINAND_ECCINFO(&gss0xgsax1_ooblayout, NULL)),
|
||||
SPINAND_INFO("GSS02GSAX1",
|
||||
SPINAND_ID(SPINAND_READID_METHOD_OPCODE_DUMMY, 0xCA),
|
||||
SPINAND_ID(SPINAND_READID_METHOD_OPCODE_DUMMY, 0xCA, 0x23),
|
||||
NAND_MEMORG(1, 2048, 128, 64, 2048, 40, 1, 1, 1),
|
||||
NAND_ECCREQ(8, 512),
|
||||
SPINAND_INFO_OP_VARIANTS(&read_cache_variants,
|
||||
@@ -115,7 +115,7 @@ static const struct spinand_info gsto_spinand_table[] = {
|
||||
0,
|
||||
SPINAND_ECCINFO(&gss0xgsax1_ooblayout, NULL)),
|
||||
SPINAND_INFO("GSS01GSAX1",
|
||||
SPINAND_ID(SPINAND_READID_METHOD_OPCODE_DUMMY, 0xCA),
|
||||
SPINAND_ID(SPINAND_READID_METHOD_OPCODE_DUMMY, 0xCA, 0x13),
|
||||
NAND_MEMORG(1, 2048, 128, 64, 1024, 20, 1, 1, 1),
|
||||
NAND_ECCREQ(8, 512),
|
||||
SPINAND_INFO_OP_VARIANTS(&read_cache_variants,
|
||||
|
||||
Reference in New Issue
Block a user