mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-18 13:08:08 +07:00
d3da3eaef7
The Armada CP110 system controller provides, amongst other things, a number of clocks for the platform: a small number of core clocks, and then a number of gatable clocks, derived from some of the core clocks. Those clocks are configured via registers of the CP110 System Controller. The CP110 is the other core HW block (next to the AP806) used in the Marvel Armada 7K and 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>
49 lines
620 B
Plaintext
49 lines
620 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 ARMADA_CP110_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
|