aboutsummaryrefslogtreecommitdiff
path: root/drivers/clk/Makefile
diff options
context:
space:
mode:
authorTony Prisk <linux@prisktech.co.nz>2012-08-22 02:01:39 +1200
committerTony Prisk <linux@prisktech.co.nz>2012-09-21 19:23:57 +1200
commit85814d69e677d92f66d8d63718d8bdaf72b2e2af (patch)
tree5e0e47f8588ef3d3e6a9779adc301396cab7ddd3 /drivers/clk/Makefile
parente7b995371fe1e29838321fcdc3cfe35bb0d6bfc4 (diff)
arm: vt8500: clk: Add Common Clock Framework support
This patch adds common clock framework support for arch-vt8500. Support for PLL and device clocks on VT8500, WM8505 and WM8650 are included. Signed-off-by: Tony Prisk <linux@prisktech.co.nz> Acked-by: Mike Turquette <mturquette@linaro.org>
Diffstat (limited to 'drivers/clk/Makefile')
-rw-r--r--drivers/clk/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/Makefile b/drivers/clk/Makefile
index 5869ea387054..42fb17367f78 100644
--- a/drivers/clk/Makefile
+++ b/drivers/clk/Makefile
@@ -10,6 +10,7 @@ obj-$(CONFIG_ARCH_SOCFPGA) += socfpga/
obj-$(CONFIG_PLAT_SPEAR) += spear/
obj-$(CONFIG_ARCH_U300) += clk-u300.o
obj-$(CONFIG_ARCH_INTEGRATOR) += versatile/
+obj-$(CONFIG_ARCH_VT8500) += clk-vt8500.o
# Chip specific
obj-$(CONFIG_COMMON_CLK_WM831X) += clk-wm831x.o