Add support for EON EN25S64 SPI flash memory
Features: 64Mb size, 1.8V, 4KB sector

Signed-off-by: Priyanka Jain <priyanka.j...@freescale.com>
---
 drivers/mtd/spi/eon.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/drivers/mtd/spi/eon.c b/drivers/mtd/spi/eon.c
index 25cfc12..45a0052 100644
--- a/drivers/mtd/spi/eon.c
+++ b/drivers/mtd/spi/eon.c
@@ -27,6 +27,11 @@ static const struct eon_spi_flash_params 
eon_spi_flash_table[] = {
                .nr_sectors = 4096,
                .name = "EN25Q128",
        },
+       {
+               .idcode1 = 0x3817,
+               .nr_sectors = 4096,
+               .name = "EN25S64",
+       },
 };
 
 struct spi_flash *spi_flash_probe_eon(struct spi_slave *spi, u8 *idcode)
-- 
1.7.4.1



_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to