Commit 09e5a29f authored by Michael Walle's avatar Michael Walle Committed by Tudor Ambarus

mtd: spi-nor: macronix: convert flash_info to new format

The INFOx() macros are going away. Convert the flash_info database to
the new format.
Signed-off-by: default avatarMichael Walle <mwalle@kernel.org>
Link: https://lore.kernel.org/r/20230807-mtd-flash-info-db-rework-v3-24-e60548861b10@kernel.orgSigned-off-by: default avatarTudor Ambarus <tudor.ambarus@linaro.org>
parent 856f6179
...@@ -33,74 +33,156 @@ static const struct spi_nor_fixups mx25l25635_fixups = { ...@@ -33,74 +33,156 @@ static const struct spi_nor_fixups mx25l25635_fixups = {
}; };
static const struct flash_info macronix_nor_parts[] = { static const struct flash_info macronix_nor_parts[] = {
{ "mx25l512e", INFO(0xc22010, 0, 64 * 1024, 1) {
NO_SFDP_FLAGS(SECT_4K) }, .id = SNOR_ID(0xc2, 0x20, 0x10),
{ "mx25l2005a", INFO(0xc22012, 0, 64 * 1024, 4) .name = "mx25l512e",
NO_SFDP_FLAGS(SECT_4K) }, .size = SZ_64K,
{ "mx25l4005a", INFO(0xc22013, 0, 64 * 1024, 8) .no_sfdp_flags = SECT_4K,
NO_SFDP_FLAGS(SECT_4K) }, }, {
{ "mx25l8005", INFO(0xc22014, 0, 64 * 1024, 16) }, .id = SNOR_ID(0xc2, 0x20, 0x12),
{ "mx25l1606e", INFO(0xc22015, 0, 64 * 1024, 32) .name = "mx25l2005a",
NO_SFDP_FLAGS(SECT_4K) }, .size = SZ_256K,
{ "mx25l3205d", INFO(0xc22016, 0, 64 * 1024, 64) .no_sfdp_flags = SECT_4K,
NO_SFDP_FLAGS(SECT_4K) }, }, {
{ "mx25l3255e", INFO(0xc29e16, 0, 64 * 1024, 64) .id = SNOR_ID(0xc2, 0x20, 0x13),
NO_SFDP_FLAGS(SECT_4K) }, .name = "mx25l4005a",
{ "mx25l6405d", INFO(0xc22017, 0, 64 * 1024, 128) .size = SZ_512K,
NO_SFDP_FLAGS(SECT_4K) }, .no_sfdp_flags = SECT_4K,
{ "mx25u2033e", INFO(0xc22532, 0, 64 * 1024, 4) }, {
NO_SFDP_FLAGS(SECT_4K) }, .id = SNOR_ID(0xc2, 0x20, 0x14),
{ "mx25u3235f", INFO(0xc22536, 0, 64 * 1024, 64) .name = "mx25l8005",
NO_SFDP_FLAGS(SECT_4K | SPI_NOR_DUAL_READ | .size = SZ_1M,
SPI_NOR_QUAD_READ) }, }, {
{ "mx25u4035", INFO(0xc22533, 0, 64 * 1024, 8) .id = SNOR_ID(0xc2, 0x20, 0x15),
NO_SFDP_FLAGS(SECT_4K) }, .name = "mx25l1606e",
{ "mx25u8035", INFO(0xc22534, 0, 64 * 1024, 16) .size = SZ_2M,
NO_SFDP_FLAGS(SECT_4K) }, .no_sfdp_flags = SECT_4K,
{ "mx25u6435f", INFO(0xc22537, 0, 64 * 1024, 128) }, {
NO_SFDP_FLAGS(SECT_4K) }, .id = SNOR_ID(0xc2, 0x20, 0x16),
{ "mx25l12805d", INFO(0xc22018, 0, 64 * 1024, 256) .name = "mx25l3205d",
FLAGS(SPI_NOR_HAS_LOCK | SPI_NOR_4BIT_BP) .size = SZ_4M,
NO_SFDP_FLAGS(SECT_4K) }, .no_sfdp_flags = SECT_4K,
{ "mx25l12855e", INFO(0xc22618, 0, 64 * 1024, 256) }, }, {
{ "mx25r1635f", INFO(0xc22815, 0, 64 * 1024, 32) .id = SNOR_ID(0xc2, 0x9e, 0x16),
NO_SFDP_FLAGS(SECT_4K | SPI_NOR_DUAL_READ | .name = "mx25l3255e",
SPI_NOR_QUAD_READ) }, .size = SZ_4M,
{ "mx25r3235f", INFO(0xc22816, 0, 64 * 1024, 64) .no_sfdp_flags = SECT_4K,
NO_SFDP_FLAGS(SECT_4K | SPI_NOR_DUAL_READ | }, {
SPI_NOR_QUAD_READ) }, .id = SNOR_ID(0xc2, 0x20, 0x17),
{ "mx25u12835f", INFO(0xc22538, 0, 64 * 1024, 256) .name = "mx25l6405d",
NO_SFDP_FLAGS(SECT_4K | SPI_NOR_DUAL_READ | .size = SZ_8M,
SPI_NOR_QUAD_READ) }, .no_sfdp_flags = SECT_4K,
{ "mx25l25635e", INFO(0xc22019, 0, 64 * 1024, 512) }, {
NO_SFDP_FLAGS(SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ) .id = SNOR_ID(0xc2, 0x25, 0x32),
.fixups = &mx25l25635_fixups }, .name = "mx25u2033e",
{ "mx25u25635f", INFO(0xc22539, 0, 64 * 1024, 512) .size = SZ_256K,
NO_SFDP_FLAGS(SECT_4K) .no_sfdp_flags = SECT_4K,
FIXUP_FLAGS(SPI_NOR_4B_OPCODES) }, }, {
{ "mx25u51245g", INFO(0xc2253a, 0, 64 * 1024, 1024) .id = SNOR_ID(0xc2, 0x25, 0x36),
NO_SFDP_FLAGS(SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ) .name = "mx25u3235f",
FIXUP_FLAGS(SPI_NOR_4B_OPCODES) }, .size = SZ_4M,
{ "mx25uw51245g", INFOB(0xc2813a, 0, 0, 0, 4) .no_sfdp_flags = SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ,
FLAGS(SPI_NOR_RWW) }, }, {
{ "mx25v8035f", INFO(0xc22314, 0, 64 * 1024, 16) .id = SNOR_ID(0xc2, 0x25, 0x33),
NO_SFDP_FLAGS(SECT_4K | SPI_NOR_DUAL_READ | .name = "mx25u4035",
SPI_NOR_QUAD_READ) }, .size = SZ_512K,
{ "mx25l25655e", INFO(0xc22619, 0, 64 * 1024, 512) }, .no_sfdp_flags = SECT_4K,
{ "mx66l51235f", INFO(0xc2201a, 0, 64 * 1024, 1024) }, {
NO_SFDP_FLAGS(SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ) .id = SNOR_ID(0xc2, 0x25, 0x34),
FIXUP_FLAGS(SPI_NOR_4B_OPCODES) }, .name = "mx25u8035",
{ "mx66u51235f", INFO(0xc2253a, 0, 64 * 1024, 1024) .size = SZ_1M,
NO_SFDP_FLAGS(SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ) .no_sfdp_flags = SECT_4K,
FIXUP_FLAGS(SPI_NOR_4B_OPCODES) }, }, {
{ "mx66l1g45g", INFO(0xc2201b, 0, 64 * 1024, 2048) .id = SNOR_ID(0xc2, 0x25, 0x37),
NO_SFDP_FLAGS(SECT_4K | SPI_NOR_DUAL_READ | .name = "mx25u6435f",
SPI_NOR_QUAD_READ) }, .size = SZ_8M,
{ "mx66l1g55g", INFO(0xc2261b, 0, 64 * 1024, 2048) .no_sfdp_flags = SECT_4K,
NO_SFDP_FLAGS(SPI_NOR_QUAD_READ) }, }, {
{ "mx66u2g45g", INFO(0xc2253c, 0, 64 * 1024, 4096) .id = SNOR_ID(0xc2, 0x20, 0x18),
NO_SFDP_FLAGS(SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ) .name = "mx25l12805d",
FIXUP_FLAGS(SPI_NOR_4B_OPCODES) }, .size = SZ_16M,
.flags = SPI_NOR_HAS_LOCK | SPI_NOR_4BIT_BP,
.no_sfdp_flags = SECT_4K,
}, {
.id = SNOR_ID(0xc2, 0x26, 0x18),
.name = "mx25l12855e",
.size = SZ_16M,
}, {
.id = SNOR_ID(0xc2, 0x28, 0x15),
.name = "mx25r1635f",
.size = SZ_2M,
.no_sfdp_flags = SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ,
}, {
.id = SNOR_ID(0xc2, 0x28, 0x16),
.name = "mx25r3235f",
.size = SZ_4M,
.no_sfdp_flags = SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ,
}, {
.id = SNOR_ID(0xc2, 0x25, 0x38),
.name = "mx25u12835f",
.size = SZ_16M,
.no_sfdp_flags = SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ,
}, {
.id = SNOR_ID(0xc2, 0x20, 0x19),
.name = "mx25l25635e",
.size = SZ_32M,
.no_sfdp_flags = SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ,
.fixups = &mx25l25635_fixups
}, {
.id = SNOR_ID(0xc2, 0x25, 0x39),
.name = "mx25u25635f",
.size = SZ_32M,
.no_sfdp_flags = SECT_4K,
FIXUP_FLAGS(SPI_NOR_4B_OPCODES)
}, {
.id = SNOR_ID(0xc2, 0x25, 0x3a),
.name = "mx25u51245g",
.size = SZ_64M,
.no_sfdp_flags = SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ,
.fixup_flags = SPI_NOR_4B_OPCODES,
}, {
.id = SNOR_ID(0xc2, 0x81, 0x3a),
.name = "mx25uw51245g",
.n_banks = 4,
.flags = SPI_NOR_RWW,
}, {
.id = SNOR_ID(0xc2, 0x23, 0x14),
.name = "mx25v8035f",
.size = SZ_1M,
.no_sfdp_flags = SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ,
}, {
.id = SNOR_ID(0xc2, 0x26, 0x19),
.name = "mx25l25655e",
.size = SZ_32M,
}, {
.id = SNOR_ID(0xc2, 0x20, 0x1a),
.name = "mx66l51235f",
.size = SZ_64M,
.no_sfdp_flags = SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ,
.fixup_flags = SPI_NOR_4B_OPCODES,
}, {
.id = SNOR_ID(0xc2, 0x25, 0x3a),
.name = "mx66u51235f",
.size = SZ_64M,
.no_sfdp_flags = SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ,
.fixup_flags = SPI_NOR_4B_OPCODES,
}, {
.id = SNOR_ID(0xc2, 0x20, 0x1b),
.name = "mx66l1g45g",
.size = SZ_128M,
.no_sfdp_flags = SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ,
}, {
.id = SNOR_ID(0xc2, 0x26, 0x1b),
.name = "mx66l1g55g",
.size = SZ_128M,
.no_sfdp_flags = SPI_NOR_QUAD_READ,
}, {
.id = SNOR_ID(0xc2, 0x25, 0x3c),
.name = "mx66u2g45g",
.size = SZ_256M,
.no_sfdp_flags = SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ,
.fixup_flags = SPI_NOR_4B_OPCODES,
},
}; };
static void macronix_nor_default_init(struct spi_nor *nor) static void macronix_nor_default_init(struct spi_nor *nor)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment