]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
mtd: spi-nor: Added support for Spansion S25FL064L flash part
authorVipul Kumar <vipul.kumar@xilinx.com>
Thu, 16 Nov 2017 10:20:56 +0000 (15:50 +0530)
committerMichal Simek <michal.simek@xilinx.com>
Mon, 20 Nov 2017 07:13:49 +0000 (08:13 +0100)
JEDEC ID for S25FL064L falsh 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 edca94e30cf033544bd1513e2da50ef6c80c190a..cb27c88a63a3afc13b53197559127306e8cc263b 100644 (file)
@@ -90,6 +90,7 @@ const struct spi_flash_info spi_flash_ids[] = {
        {"s25fl016a",      INFO(0x010214, 0x0, 64 * 1024,    32, 0) },
        {"s25fl032a",      INFO(0x010215, 0x0, 64 * 1024,    64, 0) },
        {"s25fl064a",      INFO(0x010216, 0x0, 64 * 1024,   128, 0) },
+       {"s25fl064l",      INFO(0x016017, 0x0, 64 * 1024,   128, 0) },
        {"s25fl116k",      INFO(0x014015, 0x0, 64 * 1024,   128, 0) },
        {"s25fl164k",      INFO(0x014017, 0x0140,  64 * 1024,   128, 0) },
        {"s25fl128p_256k", INFO(0x012018, 0x0300, 256 * 1024,    64, RD_FULL | WR_QPP) },