All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] sf: Add Spansion s25fl208k entry
@ 2018-04-04  9:50 Sean Nyekjaer
  2018-04-19 11:28 ` Jagan Teki
  0 siblings, 1 reply; 2+ messages in thread
From: Sean Nyekjaer @ 2018-04-04  9:50 UTC (permalink / raw)
  To: u-boot

Add entry for Spansion s25fl208k part.

Signed-off-by: Sean Nyekjaer <sean.nyekjaer@prevas.dk>
---
 drivers/mtd/spi/spi_flash_ids.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/mtd/spi/spi_flash_ids.c b/drivers/mtd/spi/spi_flash_ids.c
index b789219e4e..8d07d7ad7f 100644
--- a/drivers/mtd/spi/spi_flash_ids.c
+++ b/drivers/mtd/spi/spi_flash_ids.c
@@ -94,6 +94,7 @@ const struct spi_flash_info spi_flash_ids[] = {
 	{"s25fl016a",	   INFO(0x010214, 0x0, 64 * 1024,    32, 0) },
 	{"s25fl032a",	   INFO(0x010215, 0x0, 64 * 1024,    64, 0) },
 	{"s25fl064a",	   INFO(0x010216, 0x0, 64 * 1024,   128, 0) },
+	{"s25fl208k",	   INFO(0x014014, 0x0, 64 * 1024,    16, 0) },
 	{"s25fl116k",	   INFO(0x014015, 0x0, 64 * 1024,    32, 0) },
 	{"s25fl164k",	   INFO(0x014017, 0x0140,  64 * 1024,   128, 0) },
 	{"s25fl128p_256k", INFO(0x012018, 0x0300, 256 * 1024,    64, RD_FULL | WR_QPP) },
-- 
2.16.3

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH] sf: Add Spansion s25fl208k entry
  2018-04-04  9:50 [U-Boot] [PATCH] sf: Add Spansion s25fl208k entry Sean Nyekjaer
@ 2018-04-19 11:28 ` Jagan Teki
  0 siblings, 0 replies; 2+ messages in thread
From: Jagan Teki @ 2018-04-19 11:28 UTC (permalink / raw)
  To: u-boot

On Wed, Apr 4, 2018 at 3:20 PM, Sean Nyekjaer <sean.nyekjaer@prevas.dk> wrote:
> Add entry for Spansion s25fl208k part.
>
> Signed-off-by: Sean Nyekjaer <sean.nyekjaer@prevas.dk>
> ---

Applied to u-boot-spi/master

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-04-19 11:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-04  9:50 [U-Boot] [PATCH] sf: Add Spansion s25fl208k entry Sean Nyekjaer
2018-04-19 11:28 ` Jagan Teki

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.