diff options
author | Jagan Teki <jteki@openedev.com> | 2015-09-04 12:57:58 (GMT) |
---|---|---|
committer | Jagan Teki <jteki@openedev.com> | 2015-10-25 14:47:02 (GMT) |
commit | 65a75b6f7a96e3db962005f9e29e6f847e5c64c0 (patch) | |
tree | d914c81908bafe2a8824153203573732dec3b8bb | |
parent | 24ea6ac892b98e5093402f863cd70aa4985298a1 (diff) | |
download | u-boot-fsl-qoriq-65a75b6f7a96e3db962005f9e29e6f847e5c64c0.tar.xz |
sf: params: Add IS25LP064 part support
Added support for IS25LP064 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>
-rw-r--r-- | drivers/mtd/spi/sf_params.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mtd/spi/sf_params.c b/drivers/mtd/spi/sf_params.c index 43fb555..44863ac 100644 --- a/drivers/mtd/spi/sf_params.c +++ b/drivers/mtd/spi/sf_params.c @@ -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}, |