All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] SPI: add support for the EON EN25Q80B flash chip
@ 2016-11-10 20:47 Angus Ainslie
  2016-11-17 16:08 ` Jagan Teki
  0 siblings, 1 reply; 2+ messages in thread
From: Angus Ainslie @ 2016-11-10 20:47 UTC (permalink / raw)
  To: u-boot

add a new jedec id for the EN25Q80B
---
 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 5b50114..df15b3d 100644
--- a/drivers/mtd/spi/sf_params.c
+++ b/drivers/mtd/spi/sf_params.c
@@ -27,6 +27,7 @@ const struct spi_flash_params spi_flash_params_table[] = {
 	{"AT26DF081A",     0x1f4501, 0x0,	64 * 1024,    16, SECT_4K},
 #endif
 #ifdef CONFIG_SPI_FLASH_EON		/* EON */
+	{"EN25Q80B",	   0x1c3014, 0x1c30,	64 * 1024,    16, 0},
 	{"EN25Q32B",	   0x1c3016, 0x0,	64 * 1024,    64, 0},
 	{"EN25Q64",	   0x1c3017, 0x0,	64 * 1024,   128, SECT_4K},
 	{"EN25Q128B",	   0x1c3018, 0x0,       64 * 1024,   256, 0},
-- 
2.7.4

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

* [U-Boot] [PATCH] SPI: add support for the EON EN25Q80B flash chip
  2016-11-10 20:47 [U-Boot] [PATCH] SPI: add support for the EON EN25Q80B flash chip Angus Ainslie
@ 2016-11-17 16:08 ` Jagan Teki
  0 siblings, 0 replies; 2+ messages in thread
From: Jagan Teki @ 2016-11-17 16:08 UTC (permalink / raw)
  To: u-boot

On Fri, Nov 11, 2016 at 2:17 AM, Angus Ainslie <angus@akkea.ca> wrote:
> add a new jedec id for the EN25Q80B

NAK, no s-o-b

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

end of thread, other threads:[~2016-11-17 16:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-10 20:47 [U-Boot] [PATCH] SPI: add support for the EON EN25Q80B flash chip Angus Ainslie
2016-11-17 16:08 ` 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.