Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

cpufreq: mediatek: add support of cpufreq to MT7622 SoC

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>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>

authored by

Sean Wang and committed by
Rafael J. Wysocki
ccc03d86 862e0104

+1
+1
drivers/cpufreq/mediatek-cpufreq.c
··· 574 574 /* List of machines supported by this driver */ 575 575 static const struct of_device_id mtk_cpufreq_machines[] __initconst = { 576 576 { .compatible = "mediatek,mt2701", }, 577 + { .compatible = "mediatek,mt7622", }, 577 578 { .compatible = "mediatek,mt7623", }, 578 579 { .compatible = "mediatek,mt817x", }, 579 580 { .compatible = "mediatek,mt8173", },