
Hi,
On Thu, Sep 5, 2013 at 12:49 PM, Priyanka Jain Priyanka.Jain@freescale.com wrote:
Add support for EON EN25S64 SPI flash memory Features: 64Mb size, 1.8V, 4KB sector
Signed-off-by: Priyanka Jain Priyanka.Jain@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
Thanks for you patch. Can you test your hw with this branch http://git.denx.de/?p=u-boot/u-boot-spi.git;a=shortlog;h=refs/heads/master-t...
Sooner this will merge into master, new updated sf layer. Let me know for any issues.