From: Priyanka Jain <Priyanka.Jain@freescale.com>
Date: Thu, 3 Oct 2013 15:37:00 +0000 (+0530)
Subject: sf: probe: Add support for EN25S64
X-Git-Tag: v2025.01-rc5-pxa1908~15853^2~13
X-Git-Url: http://git.dujemihanovic.xyz/img/html/static/gitweb.css?a=commitdiff_plain;h=0ab449beec5287ca600eca8c9bc7fe052af99162;p=u-boot.git

sf: probe: Add support for EN25S64

Add support for EON EN25S64 SPI flash.

Signed-off-by: Priyanka Jain <Priyanka.Jain@freescale.com>
Signed-off-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>
---

diff --git a/drivers/mtd/spi/sf_probe.c b/drivers/mtd/spi/sf_probe.c
index 8f56c63bf1..15256369e0 100644
--- a/drivers/mtd/spi/sf_probe.c
+++ b/drivers/mtd/spi/sf_probe.c
@@ -51,6 +51,7 @@ static const struct spi_flash_params spi_flash_params_table[] = {
 	{"EN25Q32B",	   0x1c3016, 0x0,	64 * 1024,    64,	             0},
 	{"EN25Q64",	   0x1c3017, 0x0,	64 * 1024,   128,	       SECT_4K},
 	{"EN25Q128B",	   0x1c3018, 0x0,       64 * 1024,   256,	             0},
+	{"EN25S64",	   0x1c3817, 0x0,	64 * 1024,   128,		     0},
 #endif
 #ifdef CONFIG_SPI_FLASH_GIGADEVICE	/* GIGADEVICE */
 	{"GD25Q64B",	   0xc84017, 0x0,	64 * 1024,   128,	       SECT_4K},