diff options
author | Ulf Hansson <ulf.hansson@linaro.org> | 2012-11-22 14:35:39 +0400 |
---|---|---|
committer | Mike Turquette <mturquette@linaro.org> | 2012-11-26 20:14:12 +0400 |
commit | 45228ef32240957b1536fbba1ca12377cb2e587c (patch) | |
tree | 3543f8c8a13ac70c81b2ea84820ba6bf8b33c5be /drivers/clk/ux500/Makefile | |
parent | b70e6d009a88e09805152597e02f3d97a1d6ee99 (diff) | |
download | linux-45228ef32240957b1536fbba1ca12377cb2e587c.tar.xz |
clk: ux500: Initial support for abx500 clock driver
The abx500 clock driver is a platform driver which will be initialized
during arch init. The platform device shall be added from the ab-core
driver as a mfd child device to maintain correct boot sequence.
Depending on what ab version we use, different clock definitions will
be added.
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
Diffstat (limited to 'drivers/clk/ux500/Makefile')
-rw-r--r-- | drivers/clk/ux500/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/clk/ux500/Makefile b/drivers/clk/ux500/Makefile index 858fbfe66281..bcc0c11a507c 100644 --- a/drivers/clk/ux500/Makefile +++ b/drivers/clk/ux500/Makefile @@ -10,3 +10,6 @@ obj-y += clk-prcmu.o obj-y += u8500_clk.o obj-y += u9540_clk.o obj-y += u8540_clk.o + +# ABX500 clock driver +obj-y += abx500-clk.o |