diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2017-02-07 12:32:35 +0100 |
---|---|---|
committer | Rafał Miłecki <rafal@milecki.pl> | 2017-02-07 15:35:39 +0100 |
commit | 6d5419d96ad7d6f2b6de112e8f8ba1f74ceb33d3 (patch) | |
tree | fb57d472099e56396d4122dc1800d98c90eaaafe /target/linux/generic/patches-4.9/477-mtd-add-spi-nor-add-mx25u3235f.patch | |
parent | deb15cb23c20e00ac668d6c0ba025b5829e559bd (diff) | |
download | upstream-6d5419d96ad7d6f2b6de112e8f8ba1f74ceb33d3.tar.gz upstream-6d5419d96ad7d6f2b6de112e8f8ba1f74ceb33d3.tar.bz2 upstream-6d5419d96ad7d6f2b6de112e8f8ba1f74ceb33d3.zip |
kernel: update spi-nor in 4.9 to version from Linus's tree (4.10)
This adds support for more devices.
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Diffstat (limited to 'target/linux/generic/patches-4.9/477-mtd-add-spi-nor-add-mx25u3235f.patch')
-rw-r--r-- | target/linux/generic/patches-4.9/477-mtd-add-spi-nor-add-mx25u3235f.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-4.9/477-mtd-add-spi-nor-add-mx25u3235f.patch b/target/linux/generic/patches-4.9/477-mtd-add-spi-nor-add-mx25u3235f.patch index 5885d70eb7..bd39ba556e 100644 --- a/target/linux/generic/patches-4.9/477-mtd-add-spi-nor-add-mx25u3235f.patch +++ b/target/linux/generic/patches-4.9/477-mtd-add-spi-nor-add-mx25u3235f.patch @@ -1,6 +1,6 @@ --- a/drivers/mtd/spi-nor/spi-nor.c +++ b/drivers/mtd/spi-nor/spi-nor.c -@@ -871,6 +871,7 @@ static const struct flash_info spi_nor_i +@@ -873,6 +873,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) }, |