forked from Minki/linux
89a426b196
The Armada AP806 system controller, amongst other things, provides a number of clocks for the platform: the CPU cluster clocks, whose frequencies are found by reading the Sample At Reset register, one fixed clock, and another clock derived from the fixed clock, which is the one used by most peripherals in AP806. The AP806 is one of the two core HW blocks used in the Marvell 7K/8K SoCs. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> [sboyd@codeaurora.org: Silence some checkpatch noise] Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
46 lines
586 B
Plaintext
46 lines
586 B
Plaintext
config MVEBU_CLK_COMMON
|
|
bool
|
|
|
|
config MVEBU_CLK_CPU
|
|
bool
|
|
|
|
config MVEBU_CLK_COREDIV
|
|
bool
|
|
|
|
config ARMADA_370_CLK
|
|
bool
|
|
select MVEBU_CLK_COMMON
|
|
select MVEBU_CLK_CPU
|
|
|
|
config ARMADA_375_CLK
|
|
bool
|
|
select MVEBU_CLK_COMMON
|
|
|
|
config ARMADA_38X_CLK
|
|
bool
|
|
select MVEBU_CLK_COMMON
|
|
|
|
config ARMADA_39X_CLK
|
|
bool
|
|
select MVEBU_CLK_COMMON
|
|
|
|
config ARMADA_XP_CLK
|
|
bool
|
|
select MVEBU_CLK_COMMON
|
|
select MVEBU_CLK_CPU
|
|
|
|
config ARMADA_AP806_SYSCON
|
|
bool
|
|
|
|
config DOVE_CLK
|
|
bool
|
|
select MVEBU_CLK_COMMON
|
|
|
|
config KIRKWOOD_CLK
|
|
bool
|
|
select MVEBU_CLK_COMMON
|
|
|
|
config ORION_CLK
|
|
bool
|
|
select MVEBU_CLK_COMMON
|