[LEDE-DEV] [PATCH] linux:generic: mtd add support for ESMT f25l32qa and f25l64qa
L. D. Pinney
ldpinney at gmail.com
Wed Aug 24 17:51:43 PDT 2016
Add Support for the ESMT_F25L32QA and ESMT_F25L64QA
These are 4MB and 8MB Flash Chips from Elite Semiconductor Memory Technology
Signed-off-by: L. D. Pinney <ldpinney at gmail.com>
---
target/linux/generic/patches-4.4/477-mtd-spi-nor-add-support-ESMT_f25l32qa_and_f25l64qa | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/target/linux/generic/patches-4.4/477-mtd-spi-nor-add-support-ESMT_f25l32qa_and_f25l64qa b/target/linux/generic/patches-4.4/477-mtd-spi-nor-add-support-ESMT_f25l32qa_and_f25l64qa
new file mode 100644
index 0000000..15c4633
--- /dev/null
+++ b/target/linux/generic/patches-4.4/477-mtd-spi-nor-add-support-ESMT_f25l32qa_and_f25l64qa
@@ -0,0 +1,14 @@
+Index: linux-4.4.19/drivers/mtd/spi-nor/spi-nor.c
+===================================================================
+--- linux-4.4.19.orig/drivers/mtd/spi-nor/spi-nor.c
++++ linux-4.4.19/drivers/mtd/spi-nor/spi-nor.c
+@@ -689,6 +689,9 @@ static const struct flash_info spi_nor_i
+
+ /* ESMT */
+ { "f25l32pa", INFO(0x8c2016, 0, 64 * 1024, 64, SECT_4K) },
++ { "f25l32qa", INFO(0x8c4116, 0, 64 * 1024, 64, SECT_4K) },
++ { "f25l64qa", INFO(0x8c4117, 0, 64 * 1024, 128, SECT_4K) },
++
+
+ /* Everspin */
+ { "mr25h256", CAT25_INFO( 32 * 1024, 1, 256, 2, SPI_NOR_NO_ERASE | SPI_NOR_NO_FR) },
More information about the Lede-dev
mailing list