mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 21:07:02 +09:00
mtd: spinand: Fix etron devices read id information
Change to SPINAND_READID_METHOD_OPCODE_ADDR Change-Id: Ie159a0ede287d2c157890d768b2c73238ed53608 Signed-off-by: Jon Lin <jon.lin@rock-chips.com>
This commit is contained in:
@@ -78,7 +78,7 @@ static int em73c044vcf_oh_ecc_get_status(struct spinand_device *spinand,
|
||||
|
||||
static const struct spinand_info etron_spinand_table[] = {
|
||||
SPINAND_INFO("EM73C044VCF-0H",
|
||||
SPINAND_ID(SPINAND_READID_METHOD_OPCODE_DUMMY, 0x36),
|
||||
SPINAND_ID(SPINAND_READID_METHOD_OPCODE_ADDR, 0x36),
|
||||
NAND_MEMORG(1, 2048, 64, 64, 1024, 20, 1, 1, 1),
|
||||
NAND_ECCREQ(4, 512),
|
||||
SPINAND_INFO_OP_VARIANTS(&read_cache_variants,
|
||||
|
||||
Reference in New Issue
Block a user