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:
832ce20
)
spi-nor-ids: Add support for Adesto AT25SL321
author
Fabio Estevam
<fabio.estevam@nxp.com>
Mon, 21 Oct 2019 13:51:16 +0000
(10:51 -0300)
committer
Jagan Teki
<jagan@amarulasolutions.com>
Thu, 24 Oct 2019 19:18:32 +0000
(
00:48
+0530)
Add an entry for the Adesto AT25SL321 SPI NOR chip.
This SPI NOR chip is found in the Embedded Artist i.MX7ULP COM board.
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Reviewed-by: Jagan Teki <jagan@amarulasolutions.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 0e66ba9890de7dd31de6e5f1845d3ca2f2668109..d3b84574ac4cf606b60da3e7dfbf50cb5f545109 100644
(file)
--- a/
drivers/mtd/spi/spi-nor-ids.c
+++ b/
drivers/mtd/spi/spi-nor-ids.c
@@
-75,6
+75,7
@@
const struct flash_info spi_nor_ids[] = {
{ INFO("at45db161d", 0x1f2600, 0, 64 * 1024, 32, SECT_4K) },
{ INFO("at45db321d", 0x1f2700, 0, 64 * 1024, 64, SECT_4K) },
{ INFO("at45db641d", 0x1f2800, 0, 64 * 1024, 128, SECT_4K) },
+ { INFO("at25sl321", 0x1f4216, 0, 64 * 1024, 64, SECT_4K) },
{ INFO("at26df081a", 0x1f4501, 0, 64 * 1024, 16, SECT_4K) },
#endif
#ifdef CONFIG_SPI_FLASH_EON /* EON */