Hi, On Thu, Sep 5, 2013 at 12:49 PM, Priyanka Jain <priyanka.j...@freescale.com> wrote: > 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
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-test Sooner this will merge into master, new updated sf layer. Let me know for any issues. -- Thanks, Jagan. -------- Jagannadha Sutradharudu Teki, E: jagannadh.t...@gmail.com, P: +91-9676773388 Engineer - System software hacker U-boot - SPI Custodian and Zynq APSOC Android - BSP/Kernel Ln: http://www.linkedin.com/in/jaganteki _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot