Skip to content

Commit 8c37ad2

Browse files
svenauhagenvireshk
authored andcommitted
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: f525a67 ("cpufreq: ap806: add cpufreq driver for Armada 8K") Signed-off-by: Sven Auhagen <[email protected]> Signed-off-by: Viresh Kumar <[email protected]>
1 parent d88b0f0 commit 8c37ad2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/cpufreq/Kconfig.arm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ config ARM_ARMADA_37XX_CPUFREQ
4141
config ARM_ARMADA_8K_CPUFREQ
4242
tristate "Armada 8K CPUFreq driver"
4343
depends on ARCH_MVEBU && CPUFREQ_DT
44+
select ARMADA_AP_CPU_CLK
4445
help
4546
This enables the CPUFreq driver support for Marvell
4647
Armada8k SOCs.

0 commit comments

Comments
 (0)