public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH] spi-nor: add support for XM25QH01D
@ 2025-08-27 10:58 Ssunk
  2025-11-02 11:14 ` Ssunk
  2025-11-02 13:58 ` Marek Vasut
  0 siblings, 2 replies; 12+ messages in thread
From: Ssunk @ 2025-08-27 10:58 UTC (permalink / raw)
  To: u-boot
  Cc: jagan, vigneshr, tudor.ambarus, trini, Takahiro.Kuwano,
	marek.vasut+renesas, pratyush, Ssunk

Add support for the XMC XM25QH01D SPI NOR flash.

This device has 1Gbit (128MB) capacity, with 64KB sectors and
supports 4KB erase, dual and quad read modes, and 4-byte opcodes.
Datasheet link: https://www.xmcwh.com/uploads/958/XM25QH01D_Ver1.0.pdf

Signed-off-by: Ssunk <ssunkkan@gmail.com>
---
 drivers/mtd/spi/spi-nor-ids.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/mtd/spi/spi-nor-ids.c b/drivers/mtd/spi/spi-nor-ids.c
index 0383175beb5..330ab77ee5d 100644
--- a/drivers/mtd/spi/spi-nor-ids.c
+++ b/drivers/mtd/spi/spi-nor-ids.c
@@ -603,6 +603,7 @@ const struct flash_info spi_nor_ids[] = {
 	{ INFO("XM25QU256C", 0x204119, 0, 64 * 1024, 512, SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ | SPI_NOR_4B_OPCODES) },
 	{ INFO("XM25QH512C", 0x204020, 0, 64 * 1024, 1024, SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ | SPI_NOR_4B_OPCODES) },
 	{ INFO("XM25QU512C", 0x204120, 0, 64 * 1024, 1024, SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ | SPI_NOR_4B_OPCODES) },
+	{ INFO("XM25QH01D", 0x204021, 0, 64 * 1024, 2048, SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ | SPI_NOR_4B_OPCODES) },
 #endif
 #ifdef CONFIG_SPI_FLASH_XTX
 	/* XTX Technology Limited */
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* Re: [PATCH] mtd: spi-nor: Add support for Dosilicon DS25Q4CB/DS25Q4DN
@ 2025-11-02 11:20 Ssunk
  2026-01-29 12:26 ` [PATCH v3] spi-nor: add support for XM25QH01D Ssunk
  0 siblings, 1 reply; 12+ messages in thread
From: Ssunk @ 2025-11-02 11:20 UTC (permalink / raw)
  To: u-boot
  Cc: Ssunk, jagan, vigneshr, tudor.ambarus, trini, Takahiro.Kuwano,
	marek.vasut+renesas, pratyush

Hi all,

Gentle ping — any comments on this patch?

Link: https://lore.kernel.org/u-boot/20250827122403.20159-1-ssunkkan@gmail.com/

Thanks,
Ssunk

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

end of thread, other threads:[~2026-01-29 13:29 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-27 10:58 [PATCH] spi-nor: add support for XM25QH01D Ssunk
2025-11-02 11:14 ` Ssunk
2025-11-02 13:58 ` Marek Vasut
2025-11-03 11:12   ` [PATCH v2] " Ssunk
2025-11-03 12:38     ` Marek Vasut
2025-11-04 11:03       ` Ssunk
2025-11-09 19:01         ` Marek Vasut
2025-12-04 10:53           ` [PATCH v3] " Ssunk
2026-01-29 12:12             ` Ssunk
2026-01-29 13:04               ` Marek Vasut
  -- strict thread matches above, loose matches on Subject: below --
2025-11-02 11:20 [PATCH] mtd: spi-nor: Add support for Dosilicon DS25Q4CB/DS25Q4DN Ssunk
2026-01-29 12:26 ` [PATCH v3] spi-nor: add support for XM25QH01D Ssunk
2026-01-29 13:05   ` Marek Vasut

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox