All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jagan Teki <jteki@openedev.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 3/4] sf: params: Add IS25LP128 part support
Date: Fri,  4 Sep 2015 18:33:40 +0530	[thread overview]
Message-ID: <1441371821-22425-3-git-send-email-jteki@openedev.com> (raw)
In-Reply-To: <1441371821-22425-1-git-send-email-jteki@openedev.com>

Added support for IS25LP128 flash part.

Signed-off-by: Jagan Teki <jteki@openedev.com>
Cc: Siva Durga Prasad Paladugu <sivadur@xilinx.com>
Cc: Michal Simek <michal.simek@xilinx.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 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

  parent reply	other threads:[~2015-09-04 13:03 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-04 13:03 [U-Boot] [PATCH 1/4] sf: params: Add IS25LP032 part support Jagan Teki
2015-09-04 13:03 ` [U-Boot] [PATCH 2/4] sf: params: Add IS25LP064 " Jagan Teki
2015-09-04 13:03 ` Jagan Teki [this message]
2015-09-04 13:03 ` [U-Boot] [PATCH 4/4] zynq-common: Enable ISSI SPI-NOR flash support Jagan Teki
2015-09-08  9:21 ` [U-Boot] [PATCH 1/4] sf: params: Add IS25LP032 part support Jagan Teki
2015-09-14  6:12   ` Siva Durga Prasad Paladugu
2015-09-14  6:40     ` Jagan Teki
2015-09-14  6:51       ` Siva Durga Prasad Paladugu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1441371821-22425-3-git-send-email-jteki@openedev.com \
    --to=jteki@openedev.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.