mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-01-28 01:47:24 +01:00
drivers: nand: qpic_nand: Add support for Macronix spi nand.
This change will add support for Macronix "MX35UF1GE4AC" spi nand Signed-off-by: Md Sadre Alam <mdalam@codeaurora.org> Change-Id: I66e82e22217d655b44e30baa64f3aefd5a5f2aaa
This commit is contained in:
parent
64af2446f8
commit
b05847a5de
1 changed files with 16 additions and 0 deletions
|
|
@ -194,6 +194,22 @@ static struct qpic_serial_nand_params qpic_serial_nand_tbl[] = {
|
|||
.check_quad_config = true,
|
||||
.name = "W25N02JWZEIF",
|
||||
},
|
||||
{
|
||||
.id = { 0xc2, 0x92 },
|
||||
.page_size = 2048,
|
||||
.erase_blk_size = 0x00020000,
|
||||
.pgs_per_blk = 64,
|
||||
.no_of_blocks = 1024,
|
||||
.spare_size = 64,
|
||||
.density = 0x08000000,
|
||||
.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 = "MX35UF1GE4AC",
|
||||
},
|
||||
};
|
||||
struct qpic_serial_nand_params *serial_params;
|
||||
#define MICRON_DEVICE_ID 0x152c152c
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue