]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
mtd: spi-nor: Added support for MACRONIX 1Gb 1.8v flash part
authorVipul Kumar <vipul.kumar@xilinx.com>
Thu, 4 Jan 2018 10:00:41 +0000 (15:30 +0530)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 31 Jan 2018 12:15:44 +0000 (13:15 +0100)
JEDEC ID for mx66u1g45g flash part is added.

Signed-off-by: Vipul Kumar <vipulk@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
drivers/mtd/spi/spi_flash_ids.c

index 65e383f5ee61975ef722836e5d0cf2aa7368b2dc..d3395fb4501b50fcb2788eab4185fd0835cf5d04 100644 (file)
@@ -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) },