mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-05 08:51:31 +01:00
driver: nand: qpic_nand: Add support for Gigadevice SPI nand device GD5F4GQ6REYIHR
Change-Id: I38050d1a23462fa4101cd658a612e646d6a4993d Signed-off-by: sjagadam <sjagadam@codeaurora.org>
This commit is contained in:
parent
15aa7bfe5a
commit
10a29f259a
1 changed files with 16 additions and 0 deletions
|
|
@ -98,6 +98,22 @@ static struct qpic_serial_nand_params qpic_serial_nand_tbl[] = {
|
|||
.check_quad_config = true,
|
||||
.name = "GD5F2GQ5REYIH",
|
||||
},
|
||||
{
|
||||
.id = { 0xc8, 0x25 },
|
||||
.page_size = 2048,
|
||||
.erase_blk_size = 0x00020000,
|
||||
.pgs_per_blk = 64,
|
||||
.no_of_blocks = 4096,
|
||||
.spare_size = 64,
|
||||
.density = 0x20000000,
|
||||
.otp_region = 0x2000,
|
||||
.no_of_addr_cycle = 0x3,
|
||||
.num_bits_ecc_correctability = 4,
|
||||
.timing_mode_support = 0,
|
||||
.quad_mode = true,
|
||||
.check_quad_config = true,
|
||||
.name = "GD5F4GQ6REYIHR",
|
||||
},
|
||||
{
|
||||
.id = { 0x2c, 0x15 },
|
||||
.page_size = 2048,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue