diff options
author | Ulf Hansson <ulf.hansson@linaro.org> | 2012-08-27 13:45:50 (GMT) |
---|---|---|
committer | Mike Turquette <mturquette@linaro.org> | 2012-09-06 22:57:47 (GMT) |
commit | 3b01f87be21ce6b45ff4bd7b9d044aa9233bcc38 (patch) | |
tree | c2c025ca2656cd7aa4fdf56a9d365da2cecec9f8 /drivers/clk/ux500/Makefile | |
parent | 672575e1dea4c6fe6b0579b94aa1c3af08a1a812 (diff) | |
download | linux-3b01f87be21ce6b45ff4bd7b9d044aa9233bcc38.tar.xz |
clk: ux500: Adapt PRCMU and PRCC clocks for common clk
First version of common clock implementation of PRCMU clocks
and PRCC clocks for ux500 platforms.
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Acked-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 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/clk/ux500/Makefile b/drivers/clk/ux500/Makefile new file mode 100644 index 0000000..a3ccd1b --- /dev/null +++ b/drivers/clk/ux500/Makefile @@ -0,0 +1,7 @@ +# +# Makefile for ux500 clocks +# + +# Clock types +obj-y += clk-prcc.o +obj-y += clk-prcmu.o |