[U-Boot] [PATCH] spi/eon: add support for new EON spi flash EN25Q32B
Shaohui Xie
Shaohui.Xie at freescale.com
Tue Sep 27 13:21:34 CEST 2011
Signed-off-by: Shaohui Xie <Shaohui.Xie at freescale.com>
---
drivers/mtd/spi/eon.c | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/drivers/mtd/spi/eon.c b/drivers/mtd/spi/eon.c
index 806b44e..4c64494 100644
--- a/drivers/mtd/spi/eon.c
+++ b/drivers/mtd/spi/eon.c
@@ -41,6 +41,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)
--
1.6.4
More information about the U-Boot
mailing list