mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
mtd: spinand: XINCUN: Fix XCSP1AAPK read id method
Fixes: c08e952374 ("mtd: spinand: XINCUN: Support new device XCSP1AAPK")
Change-Id: Ifa4d4a875c45b3f20be9839f5bea0f44ff3aeb98
Signed-off-by: Jon Lin <jon.lin@rock-chips.com>
This commit is contained in:
@@ -93,7 +93,7 @@ static const struct spinand_info xincun_spinand_table[] = {
|
||||
SPINAND_HAS_QE_BIT,
|
||||
SPINAND_ECCINFO(&xcsp2aapk_ooblayout, xcsp2aapk_ecc_get_status)),
|
||||
SPINAND_INFO("XCSP1AAPK",
|
||||
SPINAND_ID(SPINAND_READID_METHOD_OPCODE_DUMMY, 0x01),
|
||||
SPINAND_ID(SPINAND_READID_METHOD_OPCODE_ADDR, 0x01),
|
||||
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