summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorJoris van Vossen <joris.van.vossen@sintecs.nl>2018-04-09 14:04:47 (GMT)
committerJoris van Vossen <joris.van.vossen@sintecs.nl>2018-04-09 14:04:47 (GMT)
commitda6dafeb26b827d753e027920d14a287f678d659 (patch)
tree157711a124998fcd9f5ea46dfb08ac9f7b928b3b /drivers
parent00cde476c84275124a51cb55a53a253cd75fba6c (diff)
downloadu-boot-da6dafeb26b827d753e027920d14a287f678d659.tar.xz
LSDK-18.03 Grapeboard initial support
Diffstat (limited to 'drivers')
-rw-r--r--drivers/mtd/spi/spi_flash_ids.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mtd/spi/spi_flash_ids.c b/drivers/mtd/spi/spi_flash_ids.c
index d0fd7ea..5b836f4 100644
--- a/drivers/mtd/spi/spi_flash_ids.c
+++ b/drivers/mtd/spi/spi_flash_ids.c
@@ -104,6 +104,7 @@ const struct spi_flash_info spi_flash_ids[] = {
{"s25fs256s_64k", INFO6(0x010219, 0x4d0181, 64 * 1024, 512, RD_FULL | WR_QPP | SECT_4K) },
{"s25fl256s_64k", INFO(0x010219, 0x4d01, 64 * 1024, 512, RD_FULL | WR_QPP) },
{"s25fs512s", INFO6(0x010220, 0x4d0081, 256 * 1024, 256, RD_FULL | WR_QPP | ADDR_4B) },
+ {"s25fs064s", INFO6(0x010217, 0x4d0181, 64 * 1024, 128, RD_FULL | WR_QPP | ADDR_4B) },
{"s25fl512s_256k", INFO(0x010220, 0x4d00, 256 * 1024, 256, RD_FULL | WR_QPP) },
{"s25fl512s_64k", INFO(0x010220, 0x4d01, 64 * 1024, 1024, RD_FULL | WR_QPP) },
{"s25fl512s_512k", INFO(0x010220, 0x4f00, 256 * 1024, 256, RD_FULL | WR_QPP) },