mvebu: add support for SolidRun ClearFog Pro
[openwrt/openwrt.git] / target / linux / mvebu / patches-6.1 / 000-cpufreq-armada-8k-add-ap807-support.patch
index cacc65e7c00e3d0e6e1de90ddf8e3ef2ab0bd6b1..354d262015214e02d365d5b8f3b469347a198260 100644 (file)
@@ -18,8 +18,6 @@ Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
  drivers/cpufreq/armada-8k-cpufreq.c | 16 +++++++++-------
  1 file changed, 9 insertions(+), 7 deletions(-)
 
-diff --git a/drivers/cpufreq/armada-8k-cpufreq.c b/drivers/cpufreq/armada-8k-cpufreq.c
-index b0fc5e84f857..8afefdea4d80 100644
 --- a/drivers/cpufreq/armada-8k-cpufreq.c
 +++ b/drivers/cpufreq/armada-8k-cpufreq.c
 @@ -21,6 +21,13 @@
@@ -36,7 +34,7 @@ index b0fc5e84f857..8afefdea4d80 100644
  /*
   * Setup the opps list with the divider for the max frequency, that
   * will be filled at runtime.
-@@ -127,7 +134,8 @@ static int __init armada_8k_cpufreq_init(void)
+@@ -127,7 +134,8 @@ static int __init armada_8k_cpufreq_init
        struct device_node *node;
        struct cpumask cpus;
  
@@ -46,7 +44,7 @@ index b0fc5e84f857..8afefdea4d80 100644
        if (!node || !of_device_is_available(node)) {
                of_node_put(node);
                return -ENODEV;
-@@ -204,12 +212,6 @@ static void __exit armada_8k_cpufreq_exit(void)
+@@ -204,12 +212,6 @@ static void __exit armada_8k_cpufreq_exi
  }
  module_exit(armada_8k_cpufreq_exit);
  
@@ -59,6 +57,3 @@ index b0fc5e84f857..8afefdea4d80 100644
  MODULE_AUTHOR("Gregory Clement <gregory.clement@bootlin.com>");
  MODULE_DESCRIPTION("Armada 8K cpufreq driver");
  MODULE_LICENSE("GPL");
--- 
-2.43.2
-