projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bcd88a
)
sf: Add Winbond W25Q256 ID
author
Marek Vasut
<marex@denx.de>
Wed, 16 May 2018 14:45:18 +0000
(16:45 +0200)
committer
Jagan Teki
<jagan@amarulasolutions.com>
Tue, 29 May 2018 04:35:32 +0000
(10:05 +0530)
Add ID for the Winbond W25Q256 flash.
Signed-off-by: Marek Vasut <marex@denx.de>
Reviewed-by: Jagan Teki <jagan@openedev.com>
drivers/mtd/spi/spi_flash_ids.c
patch
|
blob
|
history
diff --git
a/drivers/mtd/spi/spi_flash_ids.c
b/drivers/mtd/spi/spi_flash_ids.c
index 7cea543f83f35564da25bf0210a7dd4319f94d3a..0a035874c1dd313a08f5b06b25d084451acc8b2e 100644
(file)
--- a/
drivers/mtd/spi/spi_flash_ids.c
+++ b/
drivers/mtd/spi/spi_flash_ids.c
@@
-177,6
+177,7
@@
const struct spi_flash_info spi_flash_ids[] = {
{"w25q32dw", INFO(0xef6016, 0x0, 64 * 1024, 64, RD_FULL | WR_QPP | SECT_4K) },
{"w25q64dw", INFO(0xef6017, 0x0, 64 * 1024, 128, RD_FULL | WR_QPP | SECT_4K) },
{"w25q128fw", INFO(0xef6018, 0x0, 64 * 1024, 256, RD_FULL | WR_QPP | SECT_4K) },
+ {"w25q256fw", INFO(0xef6019, 0x0, 64 * 1024, 512, RD_FULL | WR_QPP | SECT_4K) },
#endif
{}, /* Empty entry to terminate the list */
/*
@@
-191,5
+192,6
@@
const struct spi_flash_info spi_flash_ids[] = {
* (w25q32dw, w25q32fv_qpi)
* (w25q64dw, w25q64fv_qpi)
* (w25q128fw, w25q128fv_qpi)
+ * (w25q256fw, w25q256fv_qpi)
*/
};