Added support for IS25LP128 flash part.

Signed-off-by: Jagan Teki <[email protected]>
Cc: Siva Durga Prasad Paladugu <[email protected]>
Cc: Michal Simek <[email protected]>
---
 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 c3c38ee..bb731ea 100644
--- a/drivers/mtd/spi/sf_params.c
+++ b/drivers/mtd/spi/sf_params.c
@@ -37,6 +37,7 @@ const struct spi_flash_params spi_flash_params_table[] = {
 #ifdef CONFIG_SPI_FLASH_ISSI           /* ISSI */
        {"IS25LP032",      0x9d6016, 0x0,       64 * 1024,    64, RD_NORM,      
                  0},
        {"IS25LP064",      0x9d6017, 0x0,       64 * 1024,   128, RD_NORM,      
                  0},
+       {"IS25LP128",      0x9d6018, 0x0,       64 * 1024,   256, RD_NORM,      
                  0},
 #endif
 #ifdef CONFIG_SPI_FLASH_MACRONIX       /* MACRONIX */
        {"MX25L2006E",     0xc22012, 0x0,       64 * 1024,     4, RD_NORM,      
                  0},
-- 
1.9.1

_______________________________________________
U-Boot mailing list
[email protected]
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to