drivers/clk/ux500/clk-sysctrl.c
0 → 100644
+221
−0
+29
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
The abx500 sysctrl clocks are using the ab8500 sysctrl driver to modify the clock hardware. Sysctrl clocks are represented by a ab8500 sysctrl register and with a corresponding bitmask. The sysctrl clocks are slow path clocks, which means clk_prepare and clk_unprepare will be used to gate|ungate these clocks. Signed-off-by:Ulf Hansson <ulf.hansson@linaro.org> Signed-off-by:
Mike Turquette <mturquette@linaro.org>