From: <Takahiro.Kuwano@infineon.com>
To: <ssunkkan@gmail.com>, <vigneshr@ti.com>
Cc: <trini@konsulko.com>, <u-boot@lists.denx.de>
Subject: RE: [PATCH] mtd: spi-nor: Add Dosilicon DS25Q4BB support
Date: Fri, 3 Jul 2026 08:11:48 +0000 [thread overview]
Message-ID: <5787d9d649b34f74b66a56a067da9760@infineon.com> (raw)
In-Reply-To: <20260614134406.542-1-ssunkkan@gmail.com>
Hi,
> Add support for dosilicon ds25q4bb (256M-bit) SPI NOR flash.
>
> Datasheet:
> https://drive.google.com/file/d/17UFJa5_3imH0YmWlRGTQYhO2JBXf4Klk/view
Do you have a link to vendor's site? If you have, use Link: tag just above
your Signed-off-by: tag. If not, please write this after the '---' separator.
I don't think it's good to add a link to share drive in commit description.
>
> Signed-off-by: Ssunk <ssunkkan@gmail.com>
Could you sign with full name?
> ---
> drivers/mtd/spi/spi-nor-ids.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/drivers/mtd/spi/spi-nor-ids.c b/drivers/mtd/spi/spi-nor-ids.c
> index c0fa98424aa..b370e782627 100644
> --- a/drivers/mtd/spi/spi-nor-ids.c
> +++ b/drivers/mtd/spi/spi-nor-ids.c
> @@ -87,6 +87,8 @@ const struct flash_info spi_nor_ids[] = {
> SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ | SPI_NOR_4B_OPCODES) },
> { INFO("ds25q4dn", 0xe5301b, 0, 64 * 1024, 2048,
> SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ | SPI_NOR_4B_OPCODES) },
> + { INFO("ds25q4bb", 0xe53019, 0, 64 * 1024, 512,
> + SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ | SPI_NOR_4B_OPCODES) },
> #endif
> #ifdef CONFIG_SPI_FLASH_EON /* EON */
> /* EON -- en25xxx */
> --
> 2.43.0
Thanks,
Takahiro
next prev parent reply other threads:[~2026-07-03 12:59 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-14 13:44 [PATCH] mtd: spi-nor: Add Dosilicon DS25Q4BB support Ssunk
2026-07-03 8:11 ` Takahiro.Kuwano [this message]
2026-07-03 14:11 ` Tom Rini
2026-07-06 1:51 ` Takahiro.Kuwano
2026-07-08 14:56 ` [PATCH v2] " Ssunk
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=5787d9d649b34f74b66a56a067da9760@infineon.com \
--to=takahiro.kuwano@infineon.com \
--cc=ssunkkan@gmail.com \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
--cc=vigneshr@ti.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