aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/pending-5.15/485-mtd-spi-nor-add-xmc-xm25qh128c.patch
diff options
context:
space:
mode:
authorJohn Audia <therealgraysky@proton.me>2022-07-15 08:20:36 -0400
committerHauke Mehrtens <hauke@hauke-m.de>2022-07-31 18:55:22 +0200
commitce014b1e3903887d47bede8128f2c698418ac5f1 (patch)
tree713de808c5e4af9c4efc1832628fd3128008e7b3 /target/linux/generic/pending-5.15/485-mtd-spi-nor-add-xmc-xm25qh128c.patch
parente4af991220638d4bb32e4668435d140afe232b25 (diff)
downloadupstream-ce014b1e3903887d47bede8128f2c698418ac5f1.tar.gz
upstream-ce014b1e3903887d47bede8128f2c698418ac5f1.tar.bz2
upstream-ce014b1e3903887d47bede8128f2c698418ac5f1.zip
kernel: bump 5.15 to 5.15.55
All patches automatically rebased. Build system: x86_64 Build-tested: bcm2711/RPi4B, mt7622/RT3200 Run-tested: bcm2711/RPi4B, mt7622/RT3200 Signed-off-by: John Audia <therealgraysky@proton.me>
Diffstat (limited to 'target/linux/generic/pending-5.15/485-mtd-spi-nor-add-xmc-xm25qh128c.patch')
-rw-r--r--target/linux/generic/pending-5.15/485-mtd-spi-nor-add-xmc-xm25qh128c.patch6
1 files changed, 1 insertions, 5 deletions
diff --git a/target/linux/generic/pending-5.15/485-mtd-spi-nor-add-xmc-xm25qh128c.patch b/target/linux/generic/pending-5.15/485-mtd-spi-nor-add-xmc-xm25qh128c.patch
index 2823464a60..68e373ea23 100644
--- a/target/linux/generic/pending-5.15/485-mtd-spi-nor-add-xmc-xm25qh128c.patch
+++ b/target/linux/generic/pending-5.15/485-mtd-spi-nor-add-xmc-xm25qh128c.patch
@@ -11,11 +11,9 @@ Datasheet available at https://www.xmcwh.com/uploads/435/XM25QH128C.pdf
drivers/mtd/spi-nor/xmc.c | 2 ++
1 file changed, 2 insertions(+)
-diff --git a/drivers/mtd/spi-nor/xmc.c b/drivers/mtd/spi-nor/xmc.c
-index 2c7773b68993..99ee43a654c4 100644
--- a/drivers/mtd/spi-nor/xmc.c
+++ b/drivers/mtd/spi-nor/xmc.c
-@@ -14,6 +14,8 @@ static const struct flash_info xmc_parts[] = {
+@@ -14,6 +14,8 @@ static const struct flash_info xmc_parts
SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ) },
{ "XM25QH128A", INFO(0x207018, 0, 64 * 1024, 256,
SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ) },
@@ -24,5 +22,3 @@ index 2c7773b68993..99ee43a654c4 100644
};
const struct spi_nor_manufacturer spi_nor_xmc = {
---
-