cpufreq: ap806: fix cpufreq driver needs ap cpu clk
authorSven Auhagen <sven.auhagen@voleatech.de>
Mon, 22 Jun 2020 12:01:23 +0000 (14:01 +0200)
committerViresh Kumar <viresh.kumar@linaro.org>
Thu, 30 Jul 2020 05:27:46 +0000 (10:57 +0530)
commit8c37ad2f523396e15cf002b29f8f796447c71932
treec154d8808c24d0654645287502b200d246fa1351
parentd88b0f0edb9041be6feff98e83cd6002e4ab534e
cpufreq: ap806: fix cpufreq driver needs ap cpu clk

The Armada 8K cpufreq driver needs the Armada AP CPU CLK
to work. This dependency is currently not satisfied and
the ARMADA_AP_CPU_CLK can not be selected independently.

Add it to the cpufreq Armada8k driver.

Fixes: f525a670533d ("cpufreq: ap806: add cpufreq driver for Armada 8K")
Signed-off-by: Sven Auhagen <sven.auhagen@voleatech.de>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
drivers/cpufreq/Kconfig.arm