On Tue, Jun 13, 2023 at 11:23 AM Bruce Suen <bruce_s...@163.com> wrote: > > add 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 > > remove xt25f128b and add xt25f128,because xt25f128b andxt25f128f > share same jdec id,we use xt25f128 instead. > > Signed-off-by: Bruce Suen <bruce_s...@163.com> > --- > V2: > modify commit head,add detailed part numbers > --- > 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) }, > + /* XTX Technology Limited */
Why "(Shenzhen)" dropped? Jagan.