cpufreq: mediatek: Add support of cpufreq to MT2701/MT7623 SoC
authorSean Wang <sean.wang@mediatek.com>
Tue, 18 Jul 2017 06:01:43 +0000 (14:01 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Sat, 22 Jul 2017 00:19:37 +0000 (02:19 +0200)
commit501c574f4e3a59d30b3b915d843811485e3e702d
treee0860b27023241247f1b9a6c01fb36cd037c59a3
parenta5685781dfe9e7c2391d004f6a725042e7121c3e
cpufreq: mediatek: Add support of cpufreq to MT2701/MT7623 SoC

MT2701/MT7623 is a 32-bit ARMv7 based quad-core (4 * Cortex-A7) with
single cluster and this hardware is also compatible with the existing
driver through enabling CPU frequency feature with operating-points-v2
bindings. Also, this driver actually supports all MediaTek SoCs, the
Kconfig menu entry and file name itself should be updated with more
generic name to drop "MT8173"

Signed-off-by: Sean Wang <sean.wang@mediatek.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Reviewed-by: Jean Delvare <jdelvare@suse.de>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpufreq/Kconfig.arm
drivers/cpufreq/Makefile
drivers/cpufreq/mediatek-cpufreq.c [new file with mode: 0644]
drivers/cpufreq/mt8173-cpufreq.c [deleted file]