jh71x0: refresh patches and configs once again
[openwrt/staging/wigyori.git] / target / linux / jh71x0 / patches-6.1 / 0108-cpufreq-dt-platdev-Add-JH7110-SOC-to-the-allowlist.patch
diff --git a/target/linux/jh71x0/patches-6.1/0108-cpufreq-dt-platdev-Add-JH7110-SOC-to-the-allowlist.patch b/target/linux/jh71x0/patches-6.1/0108-cpufreq-dt-platdev-Add-JH7110-SOC-to-the-allowlist.patch
deleted file mode 100644 (file)
index c6c449a..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-From 08c2c7cb8273d552485504c6246ccbe1420f6665 Mon Sep 17 00:00:00 2001
-From: Mason Huo <mason.huo@starfivetech.com>
-Date: Fri, 21 Apr 2023 11:14:30 +0800
-Subject: [PATCH 108/129] cpufreq: dt-platdev: Add JH7110 SOC to the allowlist
-
-Add the compatible strings for supporting the generic
-cpufreq driver on the StarFive JH7110 SoC.
-
-Signed-off-by: Mason Huo <mason.huo@starfivetech.com>
----
- drivers/cpufreq/cpufreq-dt-platdev.c | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c
-index 69a8742c0..931ddef90 100644
---- a/drivers/cpufreq/cpufreq-dt-platdev.c
-+++ b/drivers/cpufreq/cpufreq-dt-platdev.c
-@@ -86,6 +86,8 @@ static const struct of_device_id allowlist[] __initconst = {
-       { .compatible = "st-ericsson,u9500", },
-       { .compatible = "st-ericsson,u9540", },
-+      { .compatible = "starfive,jh7110", },
-+
-       { .compatible = "ti,omap2", },
-       { .compatible = "ti,omap4", },
-       { .compatible = "ti,omap5", },
--- 
-2.25.1
-