sf: eon: add support for EN25Q32B parts

Signed-off-by: Shaohui Xie <Shaohui.Xie@freescale.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
Shaohui Xie 2011-09-27 19:21:34 +08:00 committed by Mike Frysinger
parent 8d1af94220
commit bd75c63a94
1 changed files with 8 additions and 0 deletions

View File

@ -33,6 +33,14 @@ struct eon_spi_flash_params {
};
static const struct eon_spi_flash_params eon_spi_flash_table[] = {
{
.idcode1 = 0x16,
.page_size = 256,
.pages_per_sector = 16,
.sectors_per_block = 16,
.nr_sectors = 1024,
.name = "EN25Q32B",
},
{
.idcode1 = 0x18,
.page_size = 256,