[PATCH] mtd: Add SPI Nor Flash chip GD25LQ256D ID

30 Sep
2021
30 Sep
'21
1:53 p.m.
From: "yanhong.wang" yanhong.wang@starfivetech.com
Signed-off-by: yanhong.wang yanhong.wang@starfivetech.com --- drivers/mtd/spi/spi-nor-ids.c | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/drivers/mtd/spi/spi-nor-ids.c b/drivers/mtd/spi/spi-nor-ids.c index 4aef1ddd6e..35fa347c44 100644 --- a/drivers/mtd/spi/spi-nor-ids.c +++ b/drivers/mtd/spi/spi-nor-ids.c @@ -122,6 +122,11 @@ const struct flash_info spi_nor_ids[] = { SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_HAS_LOCK | SPI_NOR_HAS_TB) }, + { + INFO("gd25lq256d", 0xc86019, 0, 64 * 1024, 512, + SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ | + SPI_NOR_HAS_LOCK | SPI_NOR_HAS_TB) + }, #endif #ifdef CONFIG_SPI_FLASH_ISSI /* ISSI */ /* ISSI */
--
2.25.4
1315
Age (days ago)
1315
Last active (days ago)
0 comments
1 participants
participants (1)
-
tekkamanv@163.com