]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
mtd: spi_flash: Add device mt35ux02g to spi flash ids list
authorSiva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>
Wed, 1 May 2019 10:23:42 +0000 (15:53 +0530)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 4 Jun 2019 10:47:15 +0000 (12:47 +0200)
This patch adds new spi flash device mt35ux02g to spi
flash ids table.

Signed-off-by: Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
drivers/mtd/spi/spi_flash_ids.c

index e05d0450db984e7cc208239931faf5ce22124dd8..c187243b7565c000daaedef39b1554172b1b4fbd 100644 (file)
@@ -164,6 +164,7 @@ const struct spi_flash_info spi_flash_ids[] = {
        {"mt25ql02g",      INFO(0x20ba22, 0x0,  64 * 1024,  4096, RD_FULL | WR_QPP | E_FSR | SECT_4K) },
        {"mt35xu512g",     INFO6(0x2c5b1a, 0x104100,  128 * 1024,  512, E_FSR | SECT_4K | RD_OCTAL) },
        {"mt35xl512g",     INFO6(0x2c5b1b, 0x0,  128 * 1024,  512, RD_FULL | RD_OCTAL | E_FSR | SECT_4K) },
+       {"mt35xu02g",      INFO6(0x2c5b1c, 0x104100,  128 * 1024,  2048, RD_FULL | RD_OCTAL | E_FSR | SECT_4K) },
 #endif
 #ifdef CONFIG_SPI_FLASH_SST            /* SST */
        {"sst25vf040b",    INFO(0xbf258d, 0x0,  64 * 1024,     8, SECT_4K | SST_WR) },