diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2018-11-14 12:32:49 +0100 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2018-11-14 16:27:43 +0100 |
commit | 6f388adef82057675c61b24afb7b2e0d8136c3fd (patch) | |
tree | 32c9e1d4a4ac202178c185886e96a07a9e407cec /target/linux/generic/pending-4.9/477-mtd-add-spi-nor-add-mx25u3235f.patch | |
parent | b0d08ec3aef3cc4fb105f1d65681907ebef9be0f (diff) | |
download | upstream-6f388adef82057675c61b24afb7b2e0d8136c3fd.tar.gz upstream-6f388adef82057675c61b24afb7b2e0d8136c3fd.tar.bz2 upstream-6f388adef82057675c61b24afb7b2e0d8136c3fd.zip |
kernel: bump 4.9 to 4.9.137
Refreshed all patches.
Removed upstreamed hunks:
- 703-phy-support-layerscape.patch
Compile-tested on: ar71xx
Runtime-tested on: ar71xx
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/generic/pending-4.9/477-mtd-add-spi-nor-add-mx25u3235f.patch')
-rw-r--r-- | target/linux/generic/pending-4.9/477-mtd-add-spi-nor-add-mx25u3235f.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/pending-4.9/477-mtd-add-spi-nor-add-mx25u3235f.patch b/target/linux/generic/pending-4.9/477-mtd-add-spi-nor-add-mx25u3235f.patch index 9f044027d9..62f6314e93 100644 --- a/target/linux/generic/pending-4.9/477-mtd-add-spi-nor-add-mx25u3235f.patch +++ b/target/linux/generic/pending-4.9/477-mtd-add-spi-nor-add-mx25u3235f.patch @@ -8,7 +8,7 @@ Signed-off-by: André Valentin <avalentin@marcant.net> --- a/drivers/mtd/spi-nor/spi-nor.c +++ b/drivers/mtd/spi-nor/spi-nor.c -@@ -1014,6 +1014,7 @@ static const struct flash_info spi_nor_i +@@ -1020,6 +1020,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) }, |