jh71x0: update patches and config
[openwrt/staging/wigyori.git] / target / linux / jh71x0 / patches-6.1 / 0062-reset-starfive-jh7110-Add-StarFive-STG-ISP-VOUT-rese.patch
diff --git a/target/linux/jh71x0/patches-6.1/0062-reset-starfive-jh7110-Add-StarFive-STG-ISP-VOUT-rese.patch b/target/linux/jh71x0/patches-6.1/0062-reset-starfive-jh7110-Add-StarFive-STG-ISP-VOUT-rese.patch
deleted file mode 100644 (file)
index 4797130..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-From 4367f5439a48015032f91b1c1536fc2bbfa606bd Mon Sep 17 00:00:00 2001
-From: Xingyu Wu <xingyu.wu@starfivetech.com>
-Date: Thu, 18 May 2023 18:12:31 +0800
-Subject: [PATCH 62/95] reset: starfive: jh7110: Add StarFive STG/ISP/VOUT
- resets support
-
-Add new struct members and auxiliary_device_id of resets to support
-System-Top-Group, Image-Signal-Process and Video-Output on the StarFive
-JH7110 SoC.
-
-Signed-off-by: Xingyu Wu <xingyu.wu@starfivetech.com>
----
- .../reset/starfive/reset-starfive-jh7110.c    | 30 +++++++++++++++++++
- 1 file changed, 30 insertions(+)
-
-diff --git a/drivers/reset/starfive/reset-starfive-jh7110.c b/drivers/reset/starfive/reset-starfive-jh7110.c
-index c1b3a490d951..c51e78965cc4 100644
---- a/drivers/reset/starfive/reset-starfive-jh7110.c
-+++ b/drivers/reset/starfive/reset-starfive-jh7110.c
-@@ -29,6 +29,12 @@ static const struct jh7110_reset_info jh7110_aon_info = {
-       .status_offset = 0x3C,
- };
-+static const struct jh7110_reset_info jh7110_stg_info = {
-+      .nr_resets = JH7110_STGRST_END,
-+      .assert_offset = 0x74,
-+      .status_offset = 0x78,
-+};
-+
- static int jh7110_reset_probe(struct auxiliary_device *adev,
-                             const struct auxiliary_device_id *id)
- {
-@@ -55,6 +73,10 @@ static const struct auxiliary_device_id jh7110_reset_ids[] = {
-               .name = "clk_starfive_jh7110_sys.rst-aon",
-               .driver_data = (kernel_ulong_t)&jh7110_aon_info,
-       },
-+      {
-+              .name = "clk_starfive_jh7110_sys.rst-stg",
-+              .driver_data = (kernel_ulong_t)&jh7110_stg_info,
-+      },
-       { /* sentinel */ }
- };
- MODULE_DEVICE_TABLE(auxiliary, jh7110_reset_ids);
--- 
-2.20.1
-