mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
drivers: rkflash: Support F35SQA002G
Change-Id: I5d421c084ca001f061f4bec371046cf28d814555 Signed-off-by: Jon Lin <jon.lin@rock-chips.com>
This commit is contained in:
@@ -111,6 +111,8 @@ static struct nand_info spi_nand_tbl[] = {
|
||||
{ 0xCD, 0xEC, 0x00, 4, 0x40, 2, 2048, 0x4C, 20, 0x4, 0, { 0x04, 0x08, 0xFF, 0xFF }, &sfc_nand_get_ecc_status1 },
|
||||
/* F35SQA001G */
|
||||
{ 0xCD, 0x71, 0x00, 4, 0x40, 1, 1024, 0x4C, 18, 0x1, 1, { 0x04, 0x08, 0xFF, 0xFF }, &sfc_nand_get_ecc_status1 },
|
||||
/* F35SQA002G */
|
||||
{ 0xCD, 0x72, 0x00, 4, 0x40, 1, 2048, 0x4C, 19, 0x1, 1, { 0x04, 0x08, 0xFF, 0xFF }, &sfc_nand_get_ecc_status1 },
|
||||
|
||||
/* DS35Q1GA-IB */
|
||||
{ 0xE5, 0x71, 0x00, 4, 0x40, 1, 1024, 0x0C, 18, 0x4, 1, { 0x04, 0x14, 0xFF, 0xFF }, &sfc_nand_get_ecc_status1 },
|
||||
|
||||
Reference in New Issue
Block a user