jh71x0: refresh patches and configs once again
[openwrt/staging/wigyori.git] / target / linux / jh71x0 / patches-6.1 / 0093-media-cadence-Add-support-for-JH7110-SoC.patch
diff --git a/target/linux/jh71x0/patches-6.1/0093-media-cadence-Add-support-for-JH7110-SoC.patch b/target/linux/jh71x0/patches-6.1/0093-media-cadence-Add-support-for-JH7110-SoC.patch
deleted file mode 100644 (file)
index 0b020f2..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-From 55697a0000dcd3011417de3dc9c2921f34fbda9e Mon Sep 17 00:00:00 2001
-From: Jack Zhu <jack.zhu@starfivetech.com>
-Date: Tue, 23 May 2023 16:56:26 +0800
-Subject: [PATCH 093/129] media: cadence: Add support for JH7110 SoC
-
-Add support for Starfive JH7110 SoC which has the cadence csi2 receiver.
-
-Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
-Signed-off-by: Jack Zhu <jack.zhu@starfivetech.com>
----
- drivers/media/platform/cadence/cdns-csi2rx.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/drivers/media/platform/cadence/cdns-csi2rx.c b/drivers/media/platform/cadence/cdns-csi2rx.c
-index 3528cfaf5..8355fc18c 100644
---- a/drivers/media/platform/cadence/cdns-csi2rx.c
-+++ b/drivers/media/platform/cadence/cdns-csi2rx.c
-@@ -560,6 +560,7 @@ static int csi2rx_remove(struct platform_device *pdev)
- }
- static const struct of_device_id csi2rx_of_table[] = {
-+      { .compatible = "starfive,jh7110-csi2rx" },
-       { .compatible = "cdns,csi2rx" },
-       { },
- };
--- 
-2.25.1
-