From: Siva Durga Prasad Paladugu Date: Wed, 1 May 2019 10:23:42 +0000 (+0530) Subject: mtd: spi_flash: Add device mt35ux02g to spi flash ids list X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9bafead6b77f9fd6e57148af72e07c20585d736e;p=thirdparty%2Fu-boot.git mtd: spi_flash: Add device mt35ux02g to spi flash ids list This patch adds new spi flash device mt35ux02g to spi flash ids table. Signed-off-by: Siva Durga Prasad Paladugu Signed-off-by: Michal Simek --- diff --git a/drivers/mtd/spi/spi_flash_ids.c b/drivers/mtd/spi/spi_flash_ids.c index e05d0450db9..c187243b756 100644 --- a/drivers/mtd/spi/spi_flash_ids.c +++ b/drivers/mtd/spi/spi_flash_ids.c @@ -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) },