On 6/11/23 06:37, Jagan Teki wrote:
On Wed, Jun 7, 2023 at 8:48 AM Bruce Suen <bruce_s...@163.com> wrote:
adding xtxtech part numbers

Signed-off-by: Bruce Suen <bruce_s...@163.com>
---
Rework on commit head, it is unclear.

Thanks for your comment,I will rework on commit head in V2 like this:

Adding the following XTX part numbers to the list:

xt25f08: 3V QSPI, 8Mbit

xt25f16: 3V QSPI, 16Mbit

xt25f32: 3V QSPI, 32Mbit

xt25f64: 3V QSPI, 64Mbit

xt25f128: 3V QSPI, 128Mbit

xt25f256: 3V QSPI, 256Mbit

xt25q08: 1.8V QSPI, 8Mbit

xt25q16: 1.8V QSPI, 16Mbit

xt25q32: 1.8V QSPI, 32Mbit

xt25q64: 1.8V QSPI, 64Mbit

xt25q128: 1.8V QSPI, 128Mbit

xt25q256: 1.8V QSPI, 256Mbit

xt25q512: 1.8V QSPI, 512Mbit

xt25q01g: 1.8V QSPI, 1Gbit

xt25w512: wide voltage, QSPI, 512Mbit

xt25w01g: wide voltage, QSPI, 1Gbit


  drivers/mtd/spi/spi-nor-ids.c | 38 +++++++++++++++++++++++++++++++++--
  1 file changed, 36 insertions(+), 2 deletions(-)

diff --git a/drivers/mtd/spi/spi-nor-ids.c b/drivers/mtd/spi/spi-nor-ids.c
index 3f8b796789..9a079c851d 100644
--- a/drivers/mtd/spi/spi-nor-ids.c
+++ b/drivers/mtd/spi/spi-nor-ids.c
@@ -528,8 +528,42 @@ const struct flash_info spi_nor_ids[] = {
         { INFO("XM25QH128A", 0x207018, 0, 64 * 1024, 256, SECT_4K | 
SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ) },
  #endif
  #ifdef CONFIG_SPI_FLASH_XTX
-       /* XTX Technology (Shenzhen) Limited */
-       { INFO("xt25f128b", 0x0b4018, 0, 64 * 1024, 256, SECT_4K | 
SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ) },
Why were these existing id's removed?

Jagan

For 3.3v 32Mbit,There are two part numbers: xt25f128b(65nm) and 
xt25f128f(55nm).They have same id,so I removed xt25f128b and add xt25f128

Reply via email to