All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Clément Laigle" <c.laigle@catie.fr>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] mtd: add spi flash id s25fl128l
Date: Wed, 11 Jul 2018 09:38:20 +0200	[thread overview]
Message-ID: <48967cc2.AMMAAA9BrmcAAAAAAAAAAALjdEIAAAAA0lkAAAAAAAkLgwBbRbPt@mailjet.com> (raw)

From: Clement Laigle <c.laigle@catie.fr>

Add support for SPANSION s25fl128l 256k and 64k

Signed-off-by: Clément Laigle <c.laigle@catie.fr>
---
 drivers/mtd/spi/spi_flash_ids.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/mtd/spi/spi_flash_ids.c b/drivers/mtd/spi/spi_flash_ids.c
index 9212373dae..f7e9e92955 100644
--- a/drivers/mtd/spi/spi_flash_ids.c
+++ b/drivers/mtd/spi/spi_flash_ids.c
@@ -107,6 +107,8 @@ const struct spi_flash_info spi_flash_ids[] = {
 	{"s25fl064p",	   INFO(0x010216, 0x4d00,  64 * 1024,   128, RD_FULL | WR_QPP) },
 	{"s25fl128s_256k", INFO(0x012018, 0x4d00, 256 * 1024,    64, RD_FULL | WR_QPP) },
 	{"s25fl128s_64k",  INFO(0x012018, 0x4d01,  64 * 1024,   256, RD_FULL | WR_QPP) },
+	{"s25fl128l_256k", INFO(0x016018, 0x0, 256 * 1024,    64, RD_FULL | WR_QPP) },
+	{"s25fl128l_64k",  INFO(0x016018, 0x0,  64 * 1024,   256, RD_FULL | WR_QPP) },
 	{"s25fl256s_256k", INFO(0x010219, 0x4d00, 256 * 1024,   128, RD_FULL | WR_QPP) },
 	{"s25fs256s_64k",  INFO6(0x010219, 0x4d0181, 64 * 1024, 512, RD_FULL | WR_QPP | SECT_4K) },
 	{"s25fl256s_64k",  INFO(0x010219, 0x4d01,  64 * 1024,   512, RD_FULL | WR_QPP) },
-- 
2.17.1

             reply	other threads:[~2018-07-11  7:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-11  7:38 Clément Laigle [this message]
2018-07-16  8:52 ` [U-Boot] [PATCH] mtd: add spi flash id s25fl128l Jagan Teki

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=48967cc2.AMMAAA9BrmcAAAAAAAAAAALjdEIAAAAA0lkAAAAAAAkLgwBbRbPt@mailjet.com \
    --to=c.laigle@catie.fr \
    --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.