kernel: bump 4.14 to 4.14.44
[openwrt/openwrt.git] / target / linux / mediatek / patches-4.14 / 0164-cpufreq-mediatek-add-mt2712-into-compatible-list.patch
1 From f027d8b7248cef5b3d3eb8ac68e1040fba340995 Mon Sep 17 00:00:00 2001
2 From: Andrew-sh Cheng <andrew-sh.cheng@mediatek.com>
3 Date: Fri, 8 Dec 2017 14:07:55 +0800
4 Subject: [PATCH 164/224] cpufreq: mediatek: add mt2712 into compatible list
5
6 Support mt2712 in mediatek-cpufreq.c
7
8 Signed-off-by: Andrew-sh Cheng <andrew-sh.cheng@mediatek.com>
9 Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
10 Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
11 ---
12 drivers/cpufreq/mediatek-cpufreq.c | 1 +
13 1 file changed, 1 insertion(+)
14
15 --- a/drivers/cpufreq/mediatek-cpufreq.c
16 +++ b/drivers/cpufreq/mediatek-cpufreq.c
17 @@ -574,6 +574,7 @@ static struct platform_driver mtk_cpufre
18 /* List of machines supported by this driver */
19 static const struct of_device_id mtk_cpufreq_machines[] __initconst = {
20 { .compatible = "mediatek,mt2701", },
21 + { .compatible = "mediatek,mt2712", },
22 { .compatible = "mediatek,mt7622", },
23 { .compatible = "mediatek,mt7623", },
24 { .compatible = "mediatek,mt817x", },