Re: [U-Boot] [PATCH] mtd/spi: Add support for SST25WF040B

2014-12-18 Thread Jagan Teki
On 3 December 2014 at 07:07, Shengzhou Liu shengzhou@freescale.com wrote:
 Add support for SST25WF040B-40I-SN flash.
 Tested on T1024QDS board.

 Signed-off-by: Shengzhou Liu shengzhou@freescale.com
 ---
  drivers/mtd/spi/sf_params.c | 1 +
  1 file changed, 1 insertion(+)

 diff --git a/drivers/mtd/spi/sf_params.c b/drivers/mtd/spi/sf_params.c
 index 61545ca..6e3a270 100644
 --- a/drivers/mtd/spi/sf_params.c
 +++ b/drivers/mtd/spi/sf_params.c
 @@ -98,6 +98,7 @@ const struct spi_flash_params spi_flash_params_table[] = {
 {SST25WF010, 0xbf2502, 0x0,   64 * 1024, 2,   0,
   SECT_4K | SST_WP},
 {SST25WF020, 0xbf2503, 0x0,   64 * 1024, 4,   0,
   SECT_4K | SST_WP},
 {SST25WF040, 0xbf2504, 0x0,   64 * 1024, 8,   0,
   SECT_4K | SST_WP},
 +   {SST25WF040B,0x621613, 0x0,   64 * 1024, 8,   0,
   SECT_4K | SST_WP},
 {SST25WF080, 0xbf2505, 0x0,   64 * 1024,16,   0,
   SECT_4K | SST_WP},
  #endif
  #ifdef CONFIG_SPI_FLASH_WINBOND/* WINBOND */
 --
 1.8.0

Applied to u-boot-spi/master

thanks!
-- 
Jagan.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH] mtd/spi: Add support for SST25WF040B

2014-12-02 Thread Shengzhou Liu
Add support for SST25WF040B-40I-SN flash.
Tested on T1024QDS board.

Signed-off-by: Shengzhou Liu shengzhou@freescale.com
---
 drivers/mtd/spi/sf_params.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/mtd/spi/sf_params.c b/drivers/mtd/spi/sf_params.c
index 61545ca..6e3a270 100644
--- a/drivers/mtd/spi/sf_params.c
+++ b/drivers/mtd/spi/sf_params.c
@@ -98,6 +98,7 @@ const struct spi_flash_params spi_flash_params_table[] = {
{SST25WF010, 0xbf2502, 0x0,   64 * 1024, 2,   0,  
SECT_4K | SST_WP},
{SST25WF020, 0xbf2503, 0x0,   64 * 1024, 4,   0,  
SECT_4K | SST_WP},
{SST25WF040, 0xbf2504, 0x0,   64 * 1024, 8,   0,  
SECT_4K | SST_WP},
+   {SST25WF040B,0x621613, 0x0,   64 * 1024, 8,   0,  
SECT_4K | SST_WP},
{SST25WF080, 0xbf2505, 0x0,   64 * 1024,16,   0,  
SECT_4K | SST_WP},
 #endif
 #ifdef CONFIG_SPI_FLASH_WINBOND/* WINBOND */
-- 
1.8.0

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