mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-06 01:11:47 +01:00
driver: nand: qpic_nand: Add support for Dosillicon SPI nand device DS35M1GA
Change-Id: I2eee62bcdec0189cb5985d03e394acf8a5970b3d Author: sjagadam <sjagadam@codeaurora.org>
This commit is contained in:
parent
3f60ccc070
commit
235f540e47
1 changed files with 16 additions and 0 deletions
|
|
@ -226,6 +226,22 @@ static struct qpic_serial_nand_params qpic_serial_nand_tbl[] = {
|
|||
.check_quad_config = true,
|
||||
.name = "F50D2G41KA-83YIG2V",
|
||||
},
|
||||
{
|
||||
.id = { 0xe5, 0x21 },
|
||||
.page_size = 2048,
|
||||
.erase_blk_size = 0x00020000,
|
||||
.pgs_per_blk = 64,
|
||||
.no_of_blocks = 1024,
|
||||
.spare_size = 64,
|
||||
.density = 0x08000000,
|
||||
.otp_region = 0xF000,
|
||||
.no_of_addr_cycle = 0x3,
|
||||
.num_bits_ecc_correctability = 4,
|
||||
.timing_mode_support = 0,
|
||||
.quad_mode = true,
|
||||
.check_quad_config = true,
|
||||
.name = "DS35M1GA",
|
||||
},
|
||||
};
|
||||
struct qpic_serial_nand_params *serial_params;
|
||||
#define MICRON_DEVICE_ID 0x152c152c
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue