All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mtd: spi-nor-ids: Add Macronix MX66UW2G345G
       [not found] <20210323102354.18276-1-zhengxunli.mxic@gmail.com>
@ 2021-04-19  6:55 ` Jagan Teki
  0 siblings, 0 replies; 3+ messages in thread
From: Jagan Teki @ 2021-04-19  6:55 UTC (permalink / raw)
  To: u-boot

On Tue, Mar 23, 2021 at 7:54 AM zhengxun <zhengxunli.mxic@gmail.com> wrote:
>
> The MX66UW2G345G is Macronix Flash with SINGLE and OCTAL I/O. Hence,
> add SPI_NOR_OCTAL_READ flag for this flash.
>
> Signed-off-by: zhengxun <zhengxunli.mxic@gmail.com>
> ---

Applied to u-boot-spi/master

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

* [PATCH] mtd: spi-nor-ids: Add Macronix MX66UW2G345G
@ 2021-03-23 13:35 zhengxun
  0 siblings, 0 replies; 3+ messages in thread
From: zhengxun @ 2021-03-23 13:35 UTC (permalink / raw)
  To: u-boot

The MX66UW2G345G is Macronix Flash with SINGLE and OCTAL I/O. Hence,
add SPI_NOR_OCTAL_READ flag for this flash.

Signed-off-by: zhengxun <zhengxunli.mxic@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 2b57797954..8d2b73b676 100644
--- a/drivers/mtd/spi/spi-nor-ids.c
+++ b/drivers/mtd/spi/spi-nor-ids.c
@@ -167,6 +167,7 @@ const struct flash_info spi_nor_ids[] = {
 	{ INFO("mx66l1g45g",  0xc2201b, 0, 64 * 1024, 2048, SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ) },
 	{ INFO("mx25l1633e", 0xc22415, 0, 64 * 1024,   32, SPI_NOR_QUAD_READ | SPI_NOR_4B_OPCODES | SECT_4K) },
 	{ INFO("mx25r6435f", 0xc22817, 0, 64 * 1024,   128,  SECT_4K) },
+	{ INFO("mx66uw2g345g", 0xc2943c, 0, 64 * 1024, 4096, SECT_4K | SPI_NOR_OCTAL_READ | SPI_NOR_4B_OPCODES) },
 #endif
 
 #ifdef CONFIG_SPI_FLASH_STMICRO		/* STMICRO */
-- 
2.17.1

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

* [PATCH] mtd: spi-nor-ids: Add Macronix MX66UW2G345G
@ 2021-03-23 13:16 zhengxun
  0 siblings, 0 replies; 3+ messages in thread
From: zhengxun @ 2021-03-23 13:16 UTC (permalink / raw)
  To: u-boot

The MX66UW2G345G is Macronix Flash with SINGLE and OCTAL I/O. Hence,
add SPI_NOR_OCTAL_READ flag for this flash.

Signed-off-by: zhengxun <zhengxunli.mxic@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 2b57797954..8d2b73b676 100644
--- a/drivers/mtd/spi/spi-nor-ids.c
+++ b/drivers/mtd/spi/spi-nor-ids.c
@@ -167,6 +167,7 @@ const struct flash_info spi_nor_ids[] = {
 	{ INFO("mx66l1g45g",  0xc2201b, 0, 64 * 1024, 2048, SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ) },
 	{ INFO("mx25l1633e", 0xc22415, 0, 64 * 1024,   32, SPI_NOR_QUAD_READ | SPI_NOR_4B_OPCODES | SECT_4K) },
 	{ INFO("mx25r6435f", 0xc22817, 0, 64 * 1024,   128,  SECT_4K) },
+	{ INFO("mx66uw2g345g", 0xc2943c, 0, 64 * 1024, 4096, SECT_4K | SPI_NOR_OCTAL_READ | SPI_NOR_4B_OPCODES) },
 #endif
 
 #ifdef CONFIG_SPI_FLASH_STMICRO		/* STMICRO */
-- 
2.17.1

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

end of thread, other threads:[~2021-04-19  6:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20210323102354.18276-1-zhengxunli.mxic@gmail.com>
2021-04-19  6:55 ` [PATCH] mtd: spi-nor-ids: Add Macronix MX66UW2G345G Jagan Teki
2021-03-23 13:35 zhengxun
  -- strict thread matches above, loose matches on Subject: below --
2021-03-23 13:16 zhengxun

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.