64b53247c4
Refresh patches. Remove upstreamed patch: generic/pending/181-net-usb-add-lte-modem-wistron-neweb-d18q1.patch Update patches that no longer applies: generic/hack/901-debloat_sock_diag.patch Compile-tested on: x86/64. Runtime-tested on: x86/64. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
24 lines
993 B
Diff
24 lines
993 B
Diff
From f027d8b7248cef5b3d3eb8ac68e1040fba340995 Mon Sep 17 00:00:00 2001
|
|
From: Andrew-sh Cheng <andrew-sh.cheng@mediatek.com>
|
|
Date: Fri, 8 Dec 2017 14:07:55 +0800
|
|
Subject: [PATCH 164/224] cpufreq: mediatek: add mt2712 into compatible list
|
|
|
|
Support mt2712 in mediatek-cpufreq.c
|
|
|
|
Signed-off-by: Andrew-sh Cheng <andrew-sh.cheng@mediatek.com>
|
|
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
|
|
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
|
|
---
|
|
drivers/cpufreq/mediatek-cpufreq.c | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
--- a/drivers/cpufreq/mediatek-cpufreq.c
|
|
+++ b/drivers/cpufreq/mediatek-cpufreq.c
|
|
@@ -574,6 +574,7 @@ static struct platform_driver mtk_cpufre
|
|
/* List of machines supported by this driver */
|
|
static const struct of_device_id mtk_cpufreq_machines[] __initconst = {
|
|
{ .compatible = "mediatek,mt2701", },
|
|
+ { .compatible = "mediatek,mt2712", },
|
|
{ .compatible = "mediatek,mt7622", },
|
|
{ .compatible = "mediatek,mt7623", },
|
|
{ .compatible = "mediatek,mt817x", },
|