cpufreq: ap806: add cpufreq driver for Armada 8K
authorGregory CLEMENT <gregory.clement@bootlin.com>
Fri, 18 Jan 2019 14:51:01 +0000 (15:51 +0100)
committerViresh Kumar <viresh.kumar@linaro.org>
Thu, 7 Feb 2019 04:31:51 +0000 (10:01 +0530)
commitf525a670533d961fd72ab748e3aac002d7b3d1b9
treee39db50f572ce8f7f816410d6f9ddf69180522e5
parent8e3151d16c7d8d3576fee23a6c898dd54ead4e0a
cpufreq: ap806: add cpufreq driver for Armada 8K

Add cpufreq driver for Marvell AP-806 found on Aramda 8K.
The AP-806 has DFS (Dynamic Frequency Scaling) with coupled
clock domain for two clusters, so this driver will directly
use generic cpufreq-dt driver as backend.

Based on the work of Omri Itach <omrii@marvell.com>.

Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
drivers/cpufreq/Kconfig.arm
drivers/cpufreq/Makefile
drivers/cpufreq/armada-8k-cpufreq.c [new file with mode: 0644]