mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
clk: move IM-PD1 clocks to drivers/clk
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>
This commit is contained in:
parent
7a9ad671ac
commit
70ee657714
4 changed files with 103 additions and 66 deletions
|
@ -1 +1,3 @@
|
|||
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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue