diff options
author | Ulf Hansson <ulf.hansson@linaro.org> | 2013-04-03 08:26:57 -0400 |
---|---|---|
committer | Mike Turquette <mturquette@linaro.org> | 2013-04-10 14:27:56 -0400 |
commit | 5b82d03b74cadb681377e1c2494c477185bf6619 (patch) | |
tree | c6342e1461c7a35a098c236b3ee5e307472712fe /drivers/clk/ux500/Makefile | |
parent | 4cb24e68a5af427651b3529cd3fe382fb9ba1544 (diff) |
clk: ux500: Add support for sysctrl clocks
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>
Diffstat (limited to 'drivers/clk/ux500/Makefile')
-rw-r--r-- | drivers/clk/ux500/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/ux500/Makefile b/drivers/clk/ux500/Makefile index bcc0c11a507c..c6a806ed0e8c 100644 --- a/drivers/clk/ux500/Makefile +++ b/drivers/clk/ux500/Makefile | |||
@@ -5,6 +5,7 @@ | |||
5 | # Clock types | 5 | # Clock types |
6 | obj-y += clk-prcc.o | 6 | obj-y += clk-prcc.o |
7 | obj-y += clk-prcmu.o | 7 | obj-y += clk-prcmu.o |
8 | obj-y += clk-sysctrl.o | ||
8 | 9 | ||
9 | # Clock definitions | 10 | # Clock definitions |
10 | obj-y += u8500_clk.o | 11 | obj-y += u8500_clk.o |