From 116e8917bf9f386e975777c66345f2571b1d74df Mon Sep 17 00:00:00 2001 From: Christian Marangi Date: Mon, 22 Apr 2024 11:24:10 +0200 Subject: [PATCH] pistachio: 6.1: refresh kernel patches Refresh kernel patches with make target/linux/refresh. Signed-off-by: Christian Marangi --- .../401-mtd-nor-support-mtd-name-from-device-tree.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/pistachio/patches-6.1/401-mtd-nor-support-mtd-name-from-device-tree.patch b/target/linux/pistachio/patches-6.1/401-mtd-nor-support-mtd-name-from-device-tree.patch index b30f79b773..a8ebab9cd2 100644 --- a/target/linux/pistachio/patches-6.1/401-mtd-nor-support-mtd-name-from-device-tree.patch +++ b/target/linux/pistachio/patches-6.1/401-mtd-nor-support-mtd-name-from-device-tree.patch @@ -10,7 +10,7 @@ Signed-off-by: Abhimanyu Vishwakarma --- a/drivers/mtd/spi-nor/core.c +++ b/drivers/mtd/spi-nor/core.c -@@ -2942,12 +2942,20 @@ static void spi_nor_set_mtd_info(struct +@@ -2964,12 +2964,20 @@ static void spi_nor_set_mtd_info(struct { struct mtd_info *mtd = &nor->mtd; struct device *dev = nor->dev; -- 2.30.2