summaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.6/470-mtd_m25p80_add_pm25lv_flash_support.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-02-01 17:30:15 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-02-01 17:30:15 +0000
commitfb936218a13b6f05d8e15b494fe12ad1503a1189 (patch)
tree63051bb9200e85778da298200d99d43a7c58d255 /target/linux/generic/patches-3.6/470-mtd_m25p80_add_pm25lv_flash_support.patch
parent495820f7a070695dee7ccb34fec203278d2c9ee2 (diff)
downloadmaster-31e0f0ae-fb936218a13b6f05d8e15b494fe12ad1503a1189.tar.gz
master-31e0f0ae-fb936218a13b6f05d8e15b494fe12ad1503a1189.tar.bz2
master-31e0f0ae-fb936218a13b6f05d8e15b494fe12ad1503a1189.zip
linux/3.6: refresh patches
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35440
Diffstat (limited to 'target/linux/generic/patches-3.6/470-mtd_m25p80_add_pm25lv_flash_support.patch')
-rw-r--r--target/linux/generic/patches-3.6/470-mtd_m25p80_add_pm25lv_flash_support.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/patches-3.6/470-mtd_m25p80_add_pm25lv_flash_support.patch b/target/linux/generic/patches-3.6/470-mtd_m25p80_add_pm25lv_flash_support.patch
index 76989506aa..3265e8e9d1 100644
--- a/target/linux/generic/patches-3.6/470-mtd_m25p80_add_pm25lv_flash_support.patch
+++ b/target/linux/generic/patches-3.6/470-mtd_m25p80_add_pm25lv_flash_support.patch
@@ -16,7 +16,7 @@
};
#define INFO(_jedec_id, _ext_id, _sector_size, _n_sectors, _flags) \
-@@ -659,6 +661,10 @@ static const struct spi_device_id m25p_i
+@@ -663,6 +665,10 @@ static const struct spi_device_id m25p_i
{ "mx25l25635e", INFO(0xc22019, 0, 64 * 1024, 512, 0) },
{ "mx25l25655e", INFO(0xc22619, 0, 64 * 1024, 512, 0) },
@@ -27,7 +27,7 @@
/* Spansion -- single (large) sector size only, at least
* for the chips listed here (without boot sectors).
*/
-@@ -895,6 +901,9 @@ static int __devinit m25p_probe(struct s
+@@ -899,6 +905,9 @@ static int __devinit m25p_probe(struct s
if (info->flags & SECT_4K) {
flash->erase_opcode = OPCODE_BE_4K;
flash->mtd.erasesize = 4096;