Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1707251
| From | <sean.wang@mediatek.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 2/2] cpufreq: mediatek: add support of cpufreq to MT7622 SoC |
| Date | 2017-08-09 12:20 +0200 |
| Message-ID | <ucwfM-5MY-19@gated-at.bofh.it> (permalink) |
| References | <ucwfL-5MY-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
From: Sean Wang <sean.wang@mediatek.com>
MT7622 is a 64-bit ARMv8 based dual-core SoC (2 * Cortex-A53) with a
single cluster. The hardware is also compatible with the current driver,
so add MT7622 as one of the compatible string list.
Signed-off-by: Sean Wang <sean.wang@mediatek.com>
---
drivers/cpufreq/mediatek-cpufreq.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/cpufreq/mediatek-cpufreq.c b/drivers/cpufreq/mediatek-cpufreq.c
index 9fa9291..18c4bd9 100644
--- a/drivers/cpufreq/mediatek-cpufreq.c
+++ b/drivers/cpufreq/mediatek-cpufreq.c
@@ -574,6 +574,7 @@ static struct platform_driver mtk_cpufreq_platdrv = {
/* List of machines supported by this driver */
static const struct of_device_id mtk_cpufreq_machines[] __initconst = {
{ .compatible = "mediatek,mt2701", },
+ { .compatible = "mediatek,mt7622", },
{ .compatible = "mediatek,mt7623", },
{ .compatible = "mediatek,mt817x", },
{ .compatible = "mediatek,mt8173", },
--
2.7.4
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/2] add cpufreq support to MT7622 <sean.wang@mediatek.com> - 2017-08-09 12:20 +0200
[PATCH 1/2] cpufreq: mediatek: add cleanups with the more generic naming <sean.wang@mediatek.com> - 2017-08-09 12:20 +0200
Re: [PATCH 1/2] cpufreq: mediatek: add cleanups with the more generic naming Viresh Kumar <viresh.kumar@linaro.org> - 2017-08-09 16:30 +0200
[PATCH 2/2] cpufreq: mediatek: add support of cpufreq to MT7622 SoC <sean.wang@mediatek.com> - 2017-08-09 12:20 +0200
Re: [PATCH 2/2] cpufreq: mediatek: add support of cpufreq to MT7622 SoC Viresh Kumar <viresh.kumar@linaro.org> - 2017-08-09 16:30 +0200
Re: [PATCH 0/2] add cpufreq support to MT7622 "Rafael J. Wysocki" <rjw@rjwysocki.net> - 2017-08-11 01:30 +0200
csiph-web