提交 23d8f778 编写于 作者: S Shaohui Xie 提交者: Wolfgang Denk

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

Signed-off-by: NShaohui Xie <Shaohui.Xie@freescale.com>
上级 1e41f5ad
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册