diff options
author | Petr Štetiar <ynezz@true.cz> | 2020-04-21 11:09:30 +0200 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2020-04-21 22:16:33 +0200 |
commit | faf668be354af76b8b9f93921b426dc5e9782a98 (patch) | |
tree | dadddb8dbaa2d6a825cbdfab5cb0015d17c91f91 /target/linux/generic/pending-5.4/482-mtd-spi-nor-fix-4-byte-opcode-support-for-w25q256.patch | |
parent | 8d9b36270b1faecdf8c9632e0f18251df9a0990c (diff) | |
download | upstream-faf668be354af76b8b9f93921b426dc5e9782a98.tar.gz upstream-faf668be354af76b8b9f93921b426dc5e9782a98.tar.bz2 upstream-faf668be354af76b8b9f93921b426dc5e9782a98.zip |
kernel: bump 5.4 to 5.4.34
Refreshed patches.
Run tested: qemu-x86-64, apalis, a64-olinuxino
Build tested: x86/64, imx6, sunxi/a53
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'target/linux/generic/pending-5.4/482-mtd-spi-nor-fix-4-byte-opcode-support-for-w25q256.patch')
-rw-r--r-- | target/linux/generic/pending-5.4/482-mtd-spi-nor-fix-4-byte-opcode-support-for-w25q256.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/pending-5.4/482-mtd-spi-nor-fix-4-byte-opcode-support-for-w25q256.patch b/target/linux/generic/pending-5.4/482-mtd-spi-nor-fix-4-byte-opcode-support-for-w25q256.patch index d63aa76319..1d88adf14c 100644 --- a/target/linux/generic/pending-5.4/482-mtd-spi-nor-fix-4-byte-opcode-support-for-w25q256.patch +++ b/target/linux/generic/pending-5.4/482-mtd-spi-nor-fix-4-byte-opcode-support-for-w25q256.patch @@ -48,7 +48,7 @@ Signed-off-by: Mantas Pucka <mantas@8devices.com> /* NOTE: double check command sets and memory organization when you add * more nor chips. This current list focusses on newer chips, which * have been converging on command sets which including JEDEC ID. -@@ -2508,7 +2534,8 @@ static const struct flash_info spi_nor_i +@@ -2513,7 +2539,8 @@ static const struct flash_info spi_nor_i { "w25q80", INFO(0xef5014, 0, 64 * 1024, 16, SECT_4K) }, { "w25q80bl", INFO(0xef4014, 0, 64 * 1024, 16, SECT_4K) }, { "w25q128", INFO(0xef4018, 0, 64 * 1024, 256, SECT_4K) }, |