summaryrefslogtreecommitdiffstats
path: root/drivers/clk/Makefile
diff options
context:
space:
mode:
authorJonas Jensen <jonas.jensen@gmail.com>2014-01-28 12:09:11 +0100
committerMike Turquette <mturquette@linaro.org>2014-03-18 17:13:14 -0700
commitc7bb4fc16ead2883a9e4eece2781fa78a0837735 (patch)
treec759ff9db13d00717f133433172e984779be48f7 /drivers/clk/Makefile
parent5ba8dac012c33b336b29d472fdf5296b5682d8bf (diff)
downloadlinux-stable-c7bb4fc16ead2883a9e4eece2781fa78a0837735.tar.gz
linux-stable-c7bb4fc16ead2883a9e4eece2781fa78a0837735.tar.bz2
linux-stable-c7bb4fc16ead2883a9e4eece2781fa78a0837735.zip
clk: add MOXA ART SoCs clock driver
MOXA ART SoCs allow to determine PLL output and APB frequencies by reading registers holding multiplier and divisor information. Add a clock driver for this SoC. Signed-off-by: Jonas Jensen <jonas.jensen@gmail.com> Signed-off-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 a367a9831717..48a7ef3d05f6 100644
--- a/drivers/clk/Makefile
+++ b/drivers/clk/Makefile
@@ -17,6 +17,7 @@ obj-$(CONFIG_ARCH_EFM32) += clk-efm32gg.o
obj-$(CONFIG_ARCH_HIGHBANK) += clk-highbank.o
obj-$(CONFIG_MACH_LOONGSON1) += clk-ls1x.o
obj-$(CONFIG_COMMON_CLK_MAX77686) += clk-max77686.o
+obj-$(CONFIG_ARCH_MOXART) += clk-moxart.o
obj-$(CONFIG_ARCH_NOMADIK) += clk-nomadik.o
obj-$(CONFIG_ARCH_NSPIRE) += clk-nspire.o
obj-$(CONFIG_CLK_PPC_CORENET) += clk-ppc-corenet.o