Merge "mtd: nand: Add support for Macronix MX35UF1G24AD device"

This commit is contained in:
Linux Build Service Account 2023-04-25 03:37:11 -07:00 committed by Gerrit - the friendly Code Review server
commit 630fd0b3e8

View file

@ -381,7 +381,22 @@ static struct qpic_serial_nand_params qpic_serial_nand_tbl[] = {
.check_quad_config = true,
.name = "MX35UF4GE4AD-Z4I",
},
{
.id = { 0xc2, 0x94 },
.page_size = 2048,
.erase_blk_size = 0x00020000,
.pgs_per_blk = 64,
.no_of_blocks = 1024,
.spare_size = 128,
.density = 0x08000000,
.otp_region = 0x2000,
.no_of_addr_cycle = 0x3,
.num_bits_ecc_correctability = 8,
.timing_mode_support = 0,
.quad_mode = true,
.check_quad_config = true,
.name = "MX35UF1G24AD",
},
};
struct qpic_serial_nand_params *serial_params;
#define MICRON_DEVICE_ID 0x152c152c