mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-05 07:36:56 +07:00
70ee657714
The ARM IM-PD1 add-on module has a few clock of its own, let's move also these down to the drivers/clk/versatile driver dir and get rid of any remaining oldschool Integrator clocks. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Mike Turquette <mturquette@linaro.org>
4 lines
156 B
C
4 lines
156 B
C
void integrator_clk_init(bool is_cp);
|
|
void integrator_impd1_clk_init(void __iomem *base, unsigned int id);
|
|
void integrator_impd1_clk_exit(unsigned int id);
|