1
0
Fork 0

spi/eon: add support for new EON spi flash EN25Q32B

Signed-off-by: Shaohui Xie <Shaohui.Xie@freescale.com>
utp
Shaohui Xie 2011-09-27 01:21:34 +00:00 committed by Wolfgang Denk
parent 1e41f5ad45
commit 23d8f778c8
1 changed files with 8 additions and 0 deletions

View File

@ -49,6 +49,14 @@ static const struct eon_spi_flash_params eon_spi_flash_table[] = {
.nr_sectors = 4096,
.name = "EN25Q128",
},
{
.idcode1 = 0x16,
.page_size = 256,
.pages_per_sector = 16,
.sectors_per_block = 16,
.nr_sectors = 1024,
.name = "EN25Q32B",
},
};
static int eon_erase(struct spi_flash *flash, u32 offset, size_t len)