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:
a8ee68d
)
mtd: sf: Add support AT26DF081A chip
author
Yao Yuan
<yao.yuan@freescale.com>
Tue, 15 Sep 2015 10:28:19 +0000
(18:28 +0800)
committer
Jagan Teki
<jteki@openedev.com>
Sun, 11 Oct 2015 11:13:06 +0000
(16:43 +0530)
AT26DF081A is the spi flash type of TWR-MEM(SCH-26248) card.
We can access the flash through DSPI2 on LS1021ATWR board.
Signed-off-by: Yuan Yao <yao.yuan@freescale.com>
Reviewed-by: Jagan Teki <jteki@openedev.com>
drivers/mtd/spi/sf_params.c
patch
|
blob
|
history
diff --git
a/drivers/mtd/spi/sf_params.c
b/drivers/mtd/spi/sf_params.c
index 4a4a3afc925ee60d298e88b95407bb09630a8002..8f5bdda3d7607132d2aae75e975ee4de26d4f940 100644
(file)
--- a/
drivers/mtd/spi/sf_params.c
+++ b/
drivers/mtd/spi/sf_params.c
@@
-23,6
+23,7
@@
const struct spi_flash_params spi_flash_params_table[] = {
{"AT45DB321D", 0x1f2700, 0x0, 64 * 1024, 64, RD_NORM, SECT_4K},
{"AT45DB641D", 0x1f2800, 0x0, 64 * 1024, 128, RD_NORM, SECT_4K},
{"AT25DF321", 0x1f4701, 0x0, 64 * 1024, 64, RD_NORM, SECT_4K},
+ {"AT26DF081A", 0x1f4501, 0x0, 64 * 1024, 16, RD_NORM, SECT_4K},
#endif
#ifdef CONFIG_SPI_FLASH_EON /* EON */
{"EN25Q32B", 0x1c3016, 0x0, 64 * 1024, 64, RD_NORM, 0},