kernel/mtd: Add support for Macronix mx25u25635f, used in C2600 v1.1
authorAsh Benz <ash.benz@bk.ru>
Fri, 27 May 2016 14:26:47 +0000 (22:26 +0800)
committerJohn Crispin <john@phrozen.org>
Fri, 27 May 2016 13:50:18 +0000 (15:50 +0200)
Signed-off-by: Ash Benz <ash.benz@bk.ru>
target/linux/generic/patches-4.4/475-mtd-spi-nor-add-macronix-mx25u25635f.patch [new file with mode: 0644]

diff --git a/target/linux/generic/patches-4.4/475-mtd-spi-nor-add-macronix-mx25u25635f.patch b/target/linux/generic/patches-4.4/475-mtd-spi-nor-add-macronix-mx25u25635f.patch
new file mode 100644 (file)
index 0000000..c2aa418
--- /dev/null
@@ -0,0 +1,10 @@
+--- a/drivers/mtd/spi-nor/spi-nor.c
++++ b/drivers/mtd/spi-nor/spi-nor.c
+@@ -722,6 +722,7 @@ static const struct flash_info spi_nor_i
+       { "mx25l12805d", INFO(0xc22018, 0, 64 * 1024, 256, 0) },
+       { "mx25l12855e", INFO(0xc22618, 0, 64 * 1024, 256, 0) },
+       { "mx25l25635e", INFO(0xc22019, 0, 64 * 1024, 512, 0) },
++      { "mx25u25635f", INFO(0xc22539, 0, 64 * 1024, 512, 0) },
+       { "mx25l25655e", INFO(0xc22619, 0, 64 * 1024, 512, 0) },
+       { "mx66l51235l", INFO(0xc2201a, 0, 64 * 1024, 1024, SPI_NOR_QUAD_READ) },
+       { "mx66l1g55g",  INFO(0xc2261b, 0, 64 * 1024, 2048, SPI_NOR_QUAD_READ) },