]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
spi: Add support for macronix devices mx25u12835f and mx25u25635f
authorSiva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>
Wed, 28 Mar 2018 12:36:19 +0000 (18:06 +0530)
committerMichal Simek <michal.simek@xilinx.com>
Mon, 23 Apr 2018 06:57:39 +0000 (08:57 +0200)
This patch add macronix flash devices mx25u12835f and mx25u25635f
to spi flahs ids list.

Signed-off-by: Prashant Mehta <pmeh@xilinx.com>
Signed-off-by: Siva Durga Prasad Paladugu <sivadur@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
drivers/mtd/spi/spi_flash_ids.c

index 9489797884e54482f2f3295a755db575893cfd64..f333d7de242a91c5865301a31982bbbdc7b8ad0d 100644 (file)
@@ -85,6 +85,8 @@ const struct spi_flash_info spi_flash_ids[] = {
        {"mx25l25635f",    INFO(0xc22019, 0x0, 64 * 1024,   512, RD_FULL | WR_QPP) },
        {"mx25l51235f",    INFO(0xc2201a, 0x0, 64 * 1024,  1024, RD_FULL | WR_QPP) },
        {"mx25u6435f",     INFO(0xc22537, 0x0, 64 * 1024,   128, RD_FULL | WR_QPP) },
+       {"mx25u12835f",    INFO(0xc22538, 0x0, 64 * 1024,   256, RD_FULL | WR_QPP) },
+       {"mx25u25635f",    INFO(0xc22539, 0x0, 64 * 1024,   512, RD_FULL | WR_QPP) },
        {"mx25l12855e",    INFO(0xc22618, 0x0, 64 * 1024,   256, RD_FULL | WR_QPP) },
        {"mx25u1635e",     INFO(0xc22535, 0x0, 64 * 1024,  32, SECT_4K) },
        {"mx66u51235f",    INFO(0xc2253a, 0x0, 64 * 1024,  1024, RD_FULL | WR_QPP) },