kernel: update kernel 4.9 to 4.9.17
[openwrt/openwrt.git] / target / linux / ipq806x / patches-4.9 / 0054-cpufreq-dt-Handle-OPP-voltage-adjust-events.patch
index 8c1b75a1ce51a388153324cffe22f3cf168e65f2..7cd6c6b5a10068f1a6a5a5a0bdd45e3ecd09cb03 100644 (file)
@@ -102,7 +102,7 @@ Signed-off-by: Georgi Djakov <georgi.djakov@linaro.org>
  
        cpu_dev = get_cpu_device(policy->cpu);
        if (!cpu_dev) {
-@@ -239,13 +283,29 @@ static int cpufreq_init(struct cpufreq_p
+@@ -242,13 +286,29 @@ static int cpufreq_init(struct cpufreq_p
                goto out_free_opp;
        }
  
@@ -133,7 +133,7 @@ Signed-off-by: Georgi Djakov <georgi.djakov@linaro.org>
        }
  
        priv->cpu_dev = cpu_dev;
-@@ -284,6 +344,8 @@ static int cpufreq_init(struct cpufreq_p
+@@ -287,6 +347,8 @@ static int cpufreq_init(struct cpufreq_p
  
  out_free_cpufreq_table:
        dev_pm_opp_free_cpufreq_table(cpu_dev, &freq_table);