u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
From: tekkamanv@163.com
To: u-boot@lists.denx.de, bmeng.cn@gmail.com, rick@andestech.com,
	ycliang@andestech.com
Cc: tekkamanv@starfivetech.com, tekkamanv@163.com,
	tekkamanninja@163.com,
	"yanhong.wang" <yanhong.wang@starfivetech.com>
Subject: [PATCH] mtd: Add SPI Nor Flash chip GD25LQ256D ID
Date: Thu, 30 Sep 2021 19:53:01 +0800	[thread overview]
Message-ID: <20210930115301.447517-1-tekkamanv@163.com> (raw)

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



             reply	other threads:[~2021-09-30 11:53 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-30 11:53 tekkamanv [this message]
  -- strict thread matches above, loose matches on Subject: below --
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

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=20210930115301.447517-1-tekkamanv@163.com \
    --to=tekkamanv@163.com \
    --cc=bmeng.cn@gmail.com \
    --cc=rick@andestech.com \
    --cc=tekkamanninja@163.com \
    --cc=tekkamanv@starfivetech.com \
    --cc=u-boot@lists.denx.de \
    --cc=yanhong.wang@starfivetech.com \
    --cc=ycliang@andestech.com \
    /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 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).