Skip to content
Snippets Groups Projects
Commit 65a75b6f authored by Jagan Teki's avatar Jagan Teki
Browse files

sf: params: Add IS25LP064 part support


Added support for IS25LP064 flash part.

Signed-off-by: default avatarJagan Teki <jteki@openedev.com>
Cc: Siva Durga Prasad Paladugu <sivadur@xilinx.com>
Cc: Michal Simek <michal.simek@xilinx.com>
parent 24ea6ac8
No related branches found
No related tags found
No related merge requests found
......@@ -37,6 +37,7 @@ const struct spi_flash_params spi_flash_params_table[] = {
#endif
#ifdef CONFIG_SPI_FLASH_ISSI /* ISSI */
{"IS25LP032", 0x9d6016, 0x0, 64 * 1024, 64, RD_NORM, 0},
{"IS25LP064", 0x9d6017, 0x0, 64 * 1024, 128, RD_NORM, 0},
#endif
#ifdef CONFIG_SPI_FLASH_MACRONIX /* MACRONIX */
{"MX25L2006E", 0xc22012, 0x0, 64 * 1024, 4, RD_NORM, 0},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment