X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fipq806x%2Fpatches-4.9%2F0054-cpufreq-dt-Handle-OPP-voltage-adjust-events.patch;h=7cd6c6b5a10068f1a6a5a5a0bdd45e3ecd09cb03;hb=fb7ea71c15d2bccb8cc6383d3a08921b79713712;hp=8c1b75a1ce51a388153324cffe22f3cf168e65f2;hpb=88b125e9a46dd8793aa5eaef8c148e851ceb7463;p=openwrt%2Fopenwrt.git diff --git a/target/linux/ipq806x/patches-4.9/0054-cpufreq-dt-Handle-OPP-voltage-adjust-events.patch b/target/linux/ipq806x/patches-4.9/0054-cpufreq-dt-Handle-OPP-voltage-adjust-events.patch index 8c1b75a1ce..7cd6c6b5a1 100644 --- a/target/linux/ipq806x/patches-4.9/0054-cpufreq-dt-Handle-OPP-voltage-adjust-events.patch +++ b/target/linux/ipq806x/patches-4.9/0054-cpufreq-dt-Handle-OPP-voltage-adjust-events.patch @@ -102,7 +102,7 @@ Signed-off-by: Georgi Djakov 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 } 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);