From: Jyotheeswar Reddy Mutthareddyvari Date: Wed, 26 Jun 2019 23:12:45 +0000 (-0700) Subject: mtd: spi_flash: Add device mt35xu01g to spi flash ids list X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=157d34cb378a9fb745c1ad79410c83cc80aadebc;p=thirdparty%2Fu-boot.git mtd: spi_flash: Add device mt35xu01g to spi flash ids list This patch adds new spi flash device mt35xu01g to spi flash ids table. Signed-off-by: Jyotheeswar Reddy Mutthareddyvari --- diff --git a/drivers/mtd/spi/spi_flash_ids.c b/drivers/mtd/spi/spi_flash_ids.c index c187243b756..d9851be3897 100644 --- a/drivers/mtd/spi/spi_flash_ids.c +++ b/drivers/mtd/spi/spi_flash_ids.c @@ -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) },