mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-05 01:57:08 +07:00
367dc18dba
SoC centric clock init for Dove can be used by calling of_clk_init. Use it and get rid of mvebu_clocks_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>
36 lines
718 B
Plaintext
36 lines
718 B
Plaintext
if ARCH_DOVE
|
|
|
|
menu "Marvell Dove Implementations"
|
|
|
|
config DOVE_LEGACY
|
|
bool
|
|
|
|
config MACH_DOVE_DB
|
|
bool "Marvell DB-MV88AP510 Development Board"
|
|
select DOVE_LEGACY
|
|
select I2C_BOARDINFO
|
|
help
|
|
Say 'Y' here if you want your kernel to support the
|
|
Marvell DB-MV88AP510 Development Board.
|
|
|
|
config MACH_CM_A510
|
|
bool "CompuLab CM-A510 Board"
|
|
select DOVE_LEGACY
|
|
help
|
|
Say 'Y' here if you want your kernel to support the
|
|
CompuLab CM-A510 Board.
|
|
|
|
config MACH_DOVE_DT
|
|
bool "Marvell Dove Flattened Device Tree"
|
|
select DOVE_CLK
|
|
select REGULATOR
|
|
select REGULATOR_FIXED_VOLTAGE
|
|
select USE_OF
|
|
help
|
|
Say 'Y' here if you want your kernel to support the
|
|
Marvell Dove using flattened device tree.
|
|
|
|
endmenu
|
|
|
|
endif
|