git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a5c8e8
)
drivers/mtd/spi/spi-nor-ids.c: add mx25u25635f support
author
Neal Frager
<neal.frager@amd.com>
Mon, 21 Aug 2023 12:45:02 +0000
(13:45 +0100)
committer
Michal Simek
<michal.simek@amd.com>
Thu, 21 Sep 2023 11:20:10 +0000
(13:20 +0200)
This patch adds support for the MX25U25635F QSPI Flash Memory.
Signed-off-by: Neal Frager <neal.frager@amd.com>
Link:
https://lore.kernel.org/r/20230821124502.3308208-1-neal.frager@amd.com
Signed-off-by: Michal Simek <michal.simek@amd.com>
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
4587215
..
b03dd1c
100644
(file)
--- a/
drivers/mtd/spi/spi-nor-ids.c
+++ b/
drivers/mtd/spi/spi-nor-ids.c
@@
-249,6
+249,7
@@
const struct flash_info spi_nor_ids[] = {
{ INFO("mx25u6435f", 0xc22537, 0, 64 * 1024, 128, SECT_4K) },
{ INFO("mx25l12805d", 0xc22018, 0, 64 * 1024, 256, SECT_4K) },
{ INFO("mx25u12835f", 0xc22538, 0, 64 * 1024, 256, SECT_4K) },
+ { INFO("mx25u25635f", 0xc22539, 0, 64 * 1024, 512, SECT_4K) },
{ INFO("mx25u51245g", 0xc2253a, 0, 64 * 1024, 1024, SECT_4K |
SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ | SPI_NOR_4B_OPCODES) },
{ INFO("mx25l12855e", 0xc22618, 0, 64 * 1024, 256, 0) },