aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.18/043-mtd_GD25Q128B_support_backport_from_3.19.patch
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/generic/patches-3.18/043-mtd_GD25Q128B_support_backport_from_3.19.patch')
-rw-r--r--target/linux/generic/patches-3.18/043-mtd_GD25Q128B_support_backport_from_3.19.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/generic/patches-3.18/043-mtd_GD25Q128B_support_backport_from_3.19.patch b/target/linux/generic/patches-3.18/043-mtd_GD25Q128B_support_backport_from_3.19.patch
new file mode 100644
index 0000000000..4d0403bfd8
--- /dev/null
+++ b/target/linux/generic/patches-3.18/043-mtd_GD25Q128B_support_backport_from_3.19.patch
@@ -0,0 +1,10 @@
+--- a/drivers/mtd/spi-nor/spi-nor.c
++++ b/drivers/mtd/spi-nor/spi-nor.c
+@@ -510,6 +510,7 @@ static const struct spi_device_id spi_no
+ /* GigaDevice */
+ { "gd25q32", INFO(0xc84016, 0, 64 * 1024, 64, SECT_4K) },
+ { "gd25q64", INFO(0xc84017, 0, 64 * 1024, 128, SECT_4K) },
++ { "gd25q128", INFO(0xc84018, 0, 64 * 1024, 256, SECT_4K) },
+
+ /* Intel/Numonyx -- xxxs33b */
+ { "160s33b", INFO(0x898911, 0, 64 * 1024, 32, 0) },