[source] linux/mtd: add id for mx25u3235f needed by ZyXEL NBG6817

LEDE Commits lede-commits at lists.infradead.org
Wed Oct 26 03:46:43 PDT 2016


blogic pushed a commit to source.git, branch master:
https://git.lede-project.org/d8059e3a306ab74b7b6eadace8566a69798bf787

commit d8059e3a306ab74b7b6eadace8566a69798bf787
Author: André Valentin <avalentin at marcant.net>
AuthorDate: Tue Oct 25 08:40:35 2016 +0200

    linux/mtd: add id for mx25u3235f needed by ZyXEL NBG6817
    
    Signed-off-by: André Valentin <avalentin at marcant.net>
---
 .../patches-4.4/477-mtd-add-spi-nor-add-mx25u3235f.patch       | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/target/linux/generic/patches-4.4/477-mtd-add-spi-nor-add-mx25u3235f.patch b/target/linux/generic/patches-4.4/477-mtd-add-spi-nor-add-mx25u3235f.patch
new file mode 100644
index 0000000..45533e1
--- /dev/null
+++ b/target/linux/generic/patches-4.4/477-mtd-add-spi-nor-add-mx25u3235f.patch
@@ -0,0 +1,10 @@
+--- a/drivers/mtd/spi-nor/spi-nor.c	2016-10-09 00:34:19.206155838 +0200
++++ b/drivers/mtd/spi-nor/spi-nor.c	2016-10-09 00:37:11.048495602 +0200
+@@ -721,6 +721,7 @@ static const struct flash_info spi_nor_i
+ 	{ "mx25l3205d",  INFO(0xc22016, 0, 64 * 1024,  64, SECT_4K) },
+ 	{ "mx25l3255e",  INFO(0xc29e16, 0, 64 * 1024,  64, SECT_4K) },
+ 	{ "mx25l6405d",  INFO(0xc22017, 0, 64 * 1024, 128, SECT_4K) },
++	{ "mx25u3235f",	 INFO(0xc22536, 0, 64 * 1024, 64, 0) },
+ 	{ "mx25u6435f",  INFO(0xc22537, 0, 64 * 1024, 128, SECT_4K) },
+ 	{ "mx25l12805d", INFO(0xc22018, 0, 64 * 1024, 256, 0) },
+ 	{ "mx25l12855e", INFO(0xc22618, 0, 64 * 1024, 256, 0) },



More information about the lede-commits mailing list