From: Vipul Kumar Date: Thu, 4 Jan 2018 10:00:41 +0000 (+0530) Subject: mtd: spi-nor: Added support for MACRONIX 1Gb 1.8v flash part X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2620682ce79b04f13d565b9dc37b1a011ce37860;p=thirdparty%2Fu-boot.git mtd: spi-nor: Added support for MACRONIX 1Gb 1.8v flash part JEDEC ID for mx66u1g45g flash part is added. Signed-off-by: Vipul Kumar Signed-off-by: Michal Simek --- diff --git a/drivers/mtd/spi/spi_flash_ids.c b/drivers/mtd/spi/spi_flash_ids.c index 65e383f5ee6..d3395fb4501 100644 --- a/drivers/mtd/spi/spi_flash_ids.c +++ b/drivers/mtd/spi/spi_flash_ids.c @@ -89,6 +89,7 @@ const struct spi_flash_info spi_flash_ids[] = { {"mx25u1635e", INFO(0xc22535, 0x0, 64 * 1024, 32, SECT_4K) }, {"mx66u51235f", INFO(0xc2253a, 0x0, 64 * 1024, 1024, RD_FULL | WR_QPP) }, {"mx66l1g45g", INFO(0xc2201b, 0x0, 64 * 1024, 2048, RD_FULL | WR_QPP) }, + {"mx66u1g45g", INFO(0xc2253b, 0x0, 64 * 1024, 2048, RD_FULL | WR_QPP) }, #endif #ifdef CONFIG_SPI_FLASH_SPANSION /* SPANSION */ {"s25fl008a", INFO(0x010213, 0x0, 64 * 1024, 16, 0) },