sf: params: Added the GD25Q128 flash support

Change-Id: I57504aa1bca17023476980a3fb474613b3d786ca
Signed-off-by: Rajkumar Ayyasamy <arajkuma@codeaurora.org>
This commit is contained in:
Rajkumar Ayyasamy 2017-12-06 13:05:21 +05:30 committed by Gerrit - the friendly Code Review server
parent 62ab0ec6a6
commit 431372a078

View file

@ -35,6 +35,7 @@ const struct spi_flash_params spi_flash_params_table[] = {
{"GD25Q16", 0xc84015, 0x0, 64 * 1024, 32, RD_NORM, 0},
{"GD25Q64B", 0xc84017, 0x0, 64 * 1024, 128, RD_NORM, SECT_4K},
{"GD25LQ32", 0xc86016, 0x0, 64 * 1024, 64, RD_NORM, SECT_4K},
{"GD25Q128", 0xc84018, 0x0, 64 * 1024, 256, RD_NORM, SECT_4K},
#endif
#ifdef CONFIG_SPI_FLASH_ISSI /* ISSI */
{"IS25LP032", 0x9d6016, 0x0, 64 * 1024, 64, RD_NORM, 0},