summaryrefslogtreecommitdiffstats
path: root/drivers/clk/ux500/Makefile
diff options
context:
space:
mode:
authorUlf Hansson <ulf.hansson@linaro.org>2012-11-22 11:35:39 +0100
committerMike Turquette <mturquette@linaro.org>2012-11-26 08:14:12 -0800
commit45228ef32240957b1536fbba1ca12377cb2e587c (patch)
tree3543f8c8a13ac70c81b2ea84820ba6bf8b33c5be /drivers/clk/ux500/Makefile
parentb70e6d009a88e09805152597e02f3d97a1d6ee99 (diff)
downloadop-kernel-dev-45228ef32240957b1536fbba1ca12377cb2e587c.zip
op-kernel-dev-45228ef32240957b1536fbba1ca12377cb2e587c.tar.gz
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/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/clk/ux500/Makefile b/drivers/clk/ux500/Makefile
index 858fbfe..bcc0c11 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
OpenPOWER on IntegriCloud