openwrt/target/linux/generic/pending-5.10/483-mtd-spi-nor-add-gd25q512.patch

22 lines
787 B
Diff
Raw Normal View History

From: Roman Yeryomin <roman@advem.lv>
Subject: mtd/spi-nor/gigadevice: Add gd25q512 SPI NOR flash
Submitted-by: Roman Yeryomin <roman@advem.lv>
Submitted-by: John Crispin <john@phrozen.org>
---
drivers/mtd/spi-nor/gigadevice.c | 3 +++
1 files changed, 3 insertions(+)
--- a/drivers/mtd/spi-nor/gigadevice.c
+++ b/drivers/mtd/spi-nor/gigadevice.c
@@ -53,6 +53,9 @@ static const struct flash_info gigadevic
SPI_NOR_4B_OPCODES | SPI_NOR_HAS_LOCK |
SPI_NOR_HAS_TB | SPI_NOR_TB_SR_BIT6)
.fixups = &gd25q256_fixups },
+ { "gd25q512", INFO(0xc84020, 0, 64 * 1024, 1024,
+ SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ |
+ SPI_NOR_HAS_LOCK | SPI_NOR_HAS_TB | SPI_NOR_4B_OPCODES) },
};
const struct spi_nor_manufacturer spi_nor_gigadevice = {