u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
* [PATCH] mtd: Add SPI Nor Flash chip GD25LQ256D ID
@ 2021-09-30 10:53 tekkamanv
  2021-10-02 14:15 ` Bin Meng
  2021-10-08 12:58 ` Jagan Teki
  0 siblings, 2 replies; 6+ messages in thread
From: tekkamanv @ 2021-09-30 10:53 UTC (permalink / raw)
  To: u-boot, bmeng.cn, jagan, vigneshr
  Cc: tekkamanv, tekkamanv, tekkamanninja, yanhong.wang

From: "yanhong.wang" <yanhong.wang@starfivetech.com>

Signed-off-by: yanhong.wang <yanhong.wang@starfivetech.com>
---
 drivers/mtd/spi/spi-nor-ids.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/drivers/mtd/spi/spi-nor-ids.c b/drivers/mtd/spi/spi-nor-ids.c
index 4aef1ddd6e..35fa347c44 100644
--- a/drivers/mtd/spi/spi-nor-ids.c
+++ b/drivers/mtd/spi/spi-nor-ids.c
@@ -122,6 +122,11 @@ const struct flash_info spi_nor_ids[] = {
 			SECT_4K | SPI_NOR_DUAL_READ |
 			SPI_NOR_HAS_LOCK | SPI_NOR_HAS_TB)
 	},
+	{
+		INFO("gd25lq256d", 0xc86019, 0, 64 * 1024, 512,
+			SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ |
+			SPI_NOR_HAS_LOCK | SPI_NOR_HAS_TB)
+	},
 #endif
 #ifdef CONFIG_SPI_FLASH_ISSI		/* ISSI */
 	/* ISSI */
-- 
2.25.4


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [PATCH] mtd: Add SPI Nor Flash chip GD25LQ256D ID
@ 2021-09-30 11:53 tekkamanv
  0 siblings, 0 replies; 6+ messages in thread
From: tekkamanv @ 2021-09-30 11:53 UTC (permalink / raw)
  To: u-boot, bmeng.cn, rick, ycliang
  Cc: tekkamanv, tekkamanv, tekkamanninja, yanhong.wang

From: "yanhong.wang" <yanhong.wang@starfivetech.com>

Signed-off-by: yanhong.wang <yanhong.wang@starfivetech.com>
---
 drivers/mtd/spi/spi-nor-ids.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/drivers/mtd/spi/spi-nor-ids.c b/drivers/mtd/spi/spi-nor-ids.c
index 4aef1ddd6e..35fa347c44 100644
--- a/drivers/mtd/spi/spi-nor-ids.c
+++ b/drivers/mtd/spi/spi-nor-ids.c
@@ -122,6 +122,11 @@ const struct flash_info spi_nor_ids[] = {
 			SECT_4K | SPI_NOR_DUAL_READ |
 			SPI_NOR_HAS_LOCK | SPI_NOR_HAS_TB)
 	},
+	{
+		INFO("gd25lq256d", 0xc86019, 0, 64 * 1024, 512,
+			SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ |
+			SPI_NOR_HAS_LOCK | SPI_NOR_HAS_TB)
+	},
 #endif
 #ifdef CONFIG_SPI_FLASH_ISSI		/* ISSI */
 	/* ISSI */
-- 
2.25.4



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

end of thread, other threads:[~2021-10-09  8:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-30 10:53 [PATCH] mtd: Add SPI Nor Flash chip GD25LQ256D ID tekkamanv
2021-10-02 14:15 ` Bin Meng
2021-10-08 12:58 ` Jagan Teki
2021-10-08 15:13   ` Bin Meng
2021-10-09  8:51     ` Jagan Teki
2021-09-30 11:53 tekkamanv

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).