projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e405efc
)
mtd: spi-nor-ids: add Winbond W25Q32JW-IM flash
author
Michael Walle
<michael@walle.cc>
Mon, 30 Nov 2020 23:12:39 +0000
(
00:12
+0100)
committer
Tom Rini
<trini@konsulko.com>
Wed, 2 Dec 2020 21:21:58 +0000
(16:21 -0500)
The Kontron SMARC-sAL28 board uses that flash.
This is the same change as in the linux commit
f3418718c0ec
("mtd:
spi-nor: Add support for w25q32jwm").
Signed-off-by: Michael Walle <michael@walle.cc>
Reported-by: Leo Krueger <leo.krueger@zal.aero>
drivers/mtd/spi/spi-nor-ids.c
patch
|
blob
|
history
diff --git
a/drivers/mtd/spi/spi-nor-ids.c
b/drivers/mtd/spi/spi-nor-ids.c
index bc9d4f7e9f86e1dd6a21b53d0a67a397a6c0b5dc..09e8196048892c972e64329a3cd39a7ef7151d4f 100644
(file)
--- a/
drivers/mtd/spi/spi-nor-ids.c
+++ b/
drivers/mtd/spi/spi-nor-ids.c
@@
-278,6
+278,11
@@
const struct flash_info spi_nor_ids[] = {
SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ |
SPI_NOR_HAS_LOCK | SPI_NOR_HAS_TB)
},
+ {
+ INFO("w25q32jwm", 0xef8016, 0, 64 * 1024, 64,
+ SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ |
+ SPI_NOR_HAS_LOCK | SPI_NOR_HAS_TB)
+ },
{ INFO("w25x64", 0xef3017, 0, 64 * 1024, 128, SECT_4K) },
{
INFO("w25q64dw", 0xef6017, 0, 64 * 1024, 128,