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:
65a75b6
)
sf: params: Add IS25LP128 part support
author
Jagan Teki
<jteki@openedev.com>
Fri, 4 Sep 2015 12:59:12 +0000
(18:29 +0530)
committer
Jagan Teki
<jteki@openedev.com>
Sun, 25 Oct 2015 14:47:03 +0000
(20:17 +0530)
Added support for IS25LP128 flash part.
Signed-off-by: Jagan Teki <jteki@openedev.com>
Cc: Siva Durga Prasad Paladugu <sivadur@xilinx.com>
Cc: Michal Simek <michal.simek@xilinx.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 44863ac16e59b1a4cb9215842f7e302a550ae358..4f37e33eb0687e753ac965f5cb0f145552baa94d 100644
(file)
--- a/
drivers/mtd/spi/sf_params.c
+++ b/
drivers/mtd/spi/sf_params.c
@@
-38,6
+38,7
@@
const struct spi_flash_params spi_flash_params_table[] = {
#ifdef CONFIG_SPI_FLASH_ISSI /* ISSI */
{"IS25LP032", 0x9d6016, 0x0, 64 * 1024, 64, RD_NORM, 0},
{"IS25LP064", 0x9d6017, 0x0, 64 * 1024, 128, RD_NORM, 0},
+ {"IS25LP128", 0x9d6018, 0x0, 64 * 1024, 256, RD_NORM, 0},
#endif
#ifdef CONFIG_SPI_FLASH_MACRONIX /* MACRONIX */
{"MX25L2006E", 0xc22012, 0x0, 64 * 1024, 4, RD_NORM, 0},