From 2620682ce79b04f13d565b9dc37b1a011ce37860 Mon Sep 17 00:00:00 2001 From: Vipul Kumar Date: Thu, 4 Jan 2018 15:30:41 +0530 Subject: [PATCH] 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 --- drivers/mtd/spi/spi_flash_ids.c | 1 + 1 file changed, 1 insertion(+) 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) }, -- 2.47.3