From 431372a078178e95136d43f2eb58a5a613775c18 Mon Sep 17 00:00:00 2001 From: Rajkumar Ayyasamy Date: Wed, 6 Dec 2017 13:05:21 +0530 Subject: [PATCH] sf: params: Added the GD25Q128 flash support Change-Id: I57504aa1bca17023476980a3fb474613b3d786ca Signed-off-by: Rajkumar Ayyasamy --- drivers/mtd/spi/sf_params.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mtd/spi/sf_params.c b/drivers/mtd/spi/sf_params.c index 423e2a0684..e692078b4d 100644 --- a/drivers/mtd/spi/sf_params.c +++ b/drivers/mtd/spi/sf_params.c @@ -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},