ipq806x: refresh new and changed patches
[openwrt/openwrt.git] / target / linux / ipq806x / patches-4.19 / 0055-cpufreq-dt-Add-L2-frequency-scaling-support.patch
index fa9aa3fff00183dc119d69be645904bc276b81dd..f27f88f8923cf3da1b21a13fbdb2294adb7e78cf 100644 (file)
@@ -52,7 +52,7 @@ Signed-off-by: Georgi Djakov <georgi.djakov@linaro.org>
                priv->opp_freq = freq * 1000;
                arch_set_freq_scale(policy->related_cpus, freq,
                                    policy->cpuinfo.max_freq);
-@@ -201,6 +229,8 @@ static int cpufreq_init(struct cpufreq_p
+@@ -201,6 +230,8 @@ static int cpufreq_init(struct cpufreq_p
        const char *name;
        int ret;
        struct srcu_notifier_head *opp_srcu_head;
@@ -61,7 +61,7 @@ Signed-off-by: Georgi Djakov <georgi.djakov@linaro.org>
  
        cpu_dev = get_cpu_device(policy->cpu);
        if (!cpu_dev) {
-@@ -310,6 +340,13 @@ static int cpufreq_init(struct cpufreq_p
+@@ -307,6 +338,13 @@ static int cpufreq_init(struct cpufreq_p
  
        policy->suspend_freq = dev_pm_opp_get_suspend_opp_freq(cpu_dev) / 1000;