jh71x0: update patches and config
[openwrt/staging/wigyori.git] / target / linux / jh71x0 / patches-6.1 / 0009-clk-starfive-Rename-clk-starfive-jh7100.h-to-clk-sta.patch
diff --git a/target/linux/jh71x0/patches-6.1/0009-clk-starfive-Rename-clk-starfive-jh7100.h-to-clk-sta.patch b/target/linux/jh71x0/patches-6.1/0009-clk-starfive-Rename-clk-starfive-jh7100.h-to-clk-sta.patch
deleted file mode 100644 (file)
index c29bd7c..0000000
+++ /dev/null
@@ -1,67 +0,0 @@
-From 7d2690739839b6c3cbf6b534e48b8b5b9169d27e Mon Sep 17 00:00:00 2001
-From: Emil Renner Berthing <kernel@esmil.dk>
-Date: Sat, 1 Apr 2023 19:19:17 +0800
-Subject: [PATCH 09/95] clk: starfive: Rename clk-starfive-jh7100.h to
- clk-starfive-jh71x0.h
-
-Rename clk-starfive-jh7100.h to clk-starfive-jh71x0.h for making
-the code to be common.
-
-Tested-by: Tommaso Merciai <tomm.merciai@gmail.com>
-Reviewed-by: Conor Dooley <conor.dooley@microchip.com>
-Signed-off-by: Emil Renner Berthing <kernel@esmil.dk>
-Signed-off-by: Hal Feng <hal.feng@starfivetech.com>
----
- drivers/clk/starfive/clk-starfive-jh7100-audio.c                | 2 +-
- drivers/clk/starfive/clk-starfive-jh7100.c                      | 2 +-
- drivers/clk/starfive/clk-starfive-jh71x0.c                      | 2 +-
- .../starfive/{clk-starfive-jh7100.h => clk-starfive-jh71x0.h}   | 0
- 4 files changed, 3 insertions(+), 3 deletions(-)
- rename drivers/clk/starfive/{clk-starfive-jh7100.h => clk-starfive-jh71x0.h} (100%)
-
-diff --git a/drivers/clk/starfive/clk-starfive-jh7100-audio.c b/drivers/clk/starfive/clk-starfive-jh7100-audio.c
-index 8473a65e219b..db0d9533bd9c 100644
---- a/drivers/clk/starfive/clk-starfive-jh7100-audio.c
-+++ b/drivers/clk/starfive/clk-starfive-jh7100-audio.c
-@@ -16,7 +16,7 @@
- #include <dt-bindings/clock/starfive-jh7100-audio.h>
--#include "clk-starfive-jh7100.h"
-+#include "clk-starfive-jh71x0.h"
- /* external clocks */
- #define JH7100_AUDCLK_AUDIO_SRC                       (JH7100_AUDCLK_END + 0)
-diff --git a/drivers/clk/starfive/clk-starfive-jh7100.c b/drivers/clk/starfive/clk-starfive-jh7100.c
-index eea52f16af0d..662eb8f74c12 100644
---- a/drivers/clk/starfive/clk-starfive-jh7100.c
-+++ b/drivers/clk/starfive/clk-starfive-jh7100.c
-@@ -15,7 +15,7 @@
- #include <dt-bindings/clock/starfive-jh7100.h>
--#include "clk-starfive-jh7100.h"
-+#include "clk-starfive-jh71x0.h"
- /* external clocks */
- #define JH7100_CLK_OSC_SYS            (JH7100_CLK_END + 0)
-diff --git a/drivers/clk/starfive/clk-starfive-jh71x0.c b/drivers/clk/starfive/clk-starfive-jh71x0.c
-index 6c07b61b4a32..0140bdf27a01 100644
---- a/drivers/clk/starfive/clk-starfive-jh71x0.c
-+++ b/drivers/clk/starfive/clk-starfive-jh71x0.c
-@@ -10,7 +10,7 @@
- #include <linux/device.h>
- #include <linux/io.h>
--#include "clk-starfive-jh7100.h"
-+#include "clk-starfive-jh71x0.h"
- static struct jh7100_clk *jh7100_clk_from(struct clk_hw *hw)
- {
-diff --git a/drivers/clk/starfive/clk-starfive-jh7100.h b/drivers/clk/starfive/clk-starfive-jh71x0.h
-similarity index 100%
-rename from drivers/clk/starfive/clk-starfive-jh7100.h
-rename to drivers/clk/starfive/clk-starfive-jh71x0.h
--- 
-2.20.1
-