]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
mtd: spi_flash: Add device mt35xu01g to spi flash ids list
authorJyotheeswar Reddy Mutthareddyvari <jyotheeswar.reddy.mutthareddyvari@xilinx.com>
Wed, 26 Jun 2019 23:12:45 +0000 (16:12 -0700)
committerMichal Simek <michal.simek@xilinx.com>
Fri, 28 Jun 2019 09:44:34 +0000 (11:44 +0200)
This patch adds new spi flash device mt35xu01g to spi
flash ids table.

Signed-off-by: Jyotheeswar Reddy Mutthareddyvari <jyotheeswar.reddy.mutthareddyvari@xilinx.com>
drivers/mtd/spi/spi_flash_ids.c

index c187243b7565c000daaedef39b1554172b1b4fbd..d9851be3897c0e1b3c72245496306811f18a2208 100644 (file)
@@ -165,6 +165,7 @@ const struct spi_flash_info spi_flash_ids[] = {
        {"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) },
+       {"mt35xu01g",      INFO6(0x2c5b1b, 0x104100,  128 * 1024,  1024, 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) },