All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] sf: add Gigadevice gd25q16c entry
@ 2018-07-05  7:27 lzenz at dh-electronics.de
  2018-07-05  7:27 ` [U-Boot] [PATCH] sf: add Macronix mx25l1633e entry lzenz at dh-electronics.de
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: lzenz at dh-electronics.de @ 2018-07-05  7:27 UTC (permalink / raw)
  To: u-boot

From: Ludwig Zenz <lzenz@dh-electronics.de>

Add support for the Gigadevice gd25q16c nor flash. (Tested on a imx6 board)

Signed-off-by: Ludwig Zenz <lzenz@dh-electronics.de>
---
 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 3b28341..7fc8109 100644
--- a/drivers/mtd/spi/spi_flash_ids.c
+++ b/drivers/mtd/spi/spi_flash_ids.c
@@ -62,6 +62,7 @@ const struct spi_flash_info spi_flash_ids[] = {
 	{"en25s64",	   INFO(0x1c3817, 0x0, 64 * 1024,   128, 0) },
 #endif
 #ifdef CONFIG_SPI_FLASH_GIGADEVICE	/* GIGADEVICE */
+	{"gd25q16c",	   INFO(0xc84015, 0x0, 64 * 1024,    32, RD_FULL | WR_QPP | SECT_4K) },
 	{"gd25q64b",	   INFO(0xc84017, 0x0, 64 * 1024,   128, SECT_4K) },
 	{"gd25q32b",       INFO(0xc84016, 0x0, 64 * 1024,    64, SECT_4K) },
 	{"gd25lq32",	   INFO(0xc86016, 0x0, 64 * 1024,    64, SECT_4K) },
-- 
2.7.4

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

end of thread, other threads:[~2018-07-16  8:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-05  7:27 [U-Boot] [PATCH] sf: add Gigadevice gd25q16c entry lzenz at dh-electronics.de
2018-07-05  7:27 ` [U-Boot] [PATCH] sf: add Macronix mx25l1633e entry lzenz at dh-electronics.de
2018-07-16  8:46   ` Jagan Teki
2018-07-05  7:27 ` [U-Boot] [PATCH] sf: add paired dev info for winbond w25q16jv lzenz at dh-electronics.de
2018-07-16  8:47   ` Jagan Teki
2018-07-16  8:45 ` [U-Boot] [PATCH] sf: add Gigadevice gd25q16c entry 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.