projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
862e010
)
cpufreq: mediatek: add support of cpufreq to MT7622 SoC
author
Sean Wang
<
[email protected]
>
Wed, 9 Aug 2017 10:12:39 +0000
(18:12 +0800)
committer
Rafael J. Wysocki
<
[email protected]
>
Wed, 9 Aug 2017 23:29:53 +0000
(
01:29
+0200)
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 <
[email protected]
>
Acked-by: Viresh Kumar <
[email protected]
>
Signed-off-by: Rafael J. Wysocki <
[email protected]
>
drivers/cpufreq/mediatek-cpufreq.c
patch
|
blob
|
history
diff --git
a/drivers/cpufreq/mediatek-cpufreq.c
b/drivers/cpufreq/mediatek-cpufreq.c
index 9fa9291b907c6c5c65fe957eb2f02aa8b65f7089..18c4bd9a5c6564776c7ac5f35e259daae5662f48 100644
(file)
--- 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", },