mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 06:20:53 +07:00
5d8401668e
This is moving core clock and clock gating init for Dove to its own file and adds a Kconfig option. Also init functions are added and declared so they get called on of_clk_init. Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> Tested-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: Mike Turquette <mturquette@linaro.org> Signed-off-by: Jason Cooper <jason@lakedaemon.net>
16 lines
184 B
Plaintext
16 lines
184 B
Plaintext
config MVEBU_CLK_CORE
|
|
bool
|
|
|
|
config MVEBU_CLK_CPU
|
|
bool
|
|
|
|
config MVEBU_CLK_GATING
|
|
bool
|
|
|
|
config MVEBU_CLK_COMMON
|
|
bool
|
|
|
|
config DOVE_CLK
|
|
bool
|
|
select MVEBU_CLK_COMMON
|