diff options
author | Anders Berg <anders.berg@lsi.com> | 2014-05-15 15:42:25 +0200 |
---|---|---|
committer | Mike Turquette <mturquette@linaro.org> | 2014-05-22 22:06:14 -0700 |
commit | c675a00c2d666c8e90da335eafbbae81201d53f7 (patch) | |
tree | ef80dbe179cefd170734c713e5f266ef6beeb014 /drivers/clk/Makefile | |
parent | bb178da701382a230e26d90cf94e8a24b280e0d9 (diff) | |
download | blackbird-op-linux-c675a00c2d666c8e90da335eafbbae81201d53f7.tar.gz blackbird-op-linux-c675a00c2d666c8e90da335eafbbae81201d53f7.zip |
clk: Add clock driver for AXM55xx SoC
Add clk driver to support clock blocks found on the AXM55xx devices. The driver
provides clock implementations for three different types of clock devices on
the AXM55xx device: PLL clock, a clock divider and a clock mux.
Signed-off-by: Anders Berg <anders.berg@lsi.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
Diffstat (limited to 'drivers/clk/Makefile')
-rw-r--r-- | drivers/clk/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/Makefile b/drivers/clk/Makefile index 3e6e577c01db..f30357aa5471 100644 --- a/drivers/clk/Makefile +++ b/drivers/clk/Makefile @@ -12,6 +12,7 @@ obj-$(CONFIG_COMMON_CLK) += clk-composite.o # hardware specific clock types # please keep this section sorted lexicographically by file/directory path name obj-$(CONFIG_COMMON_CLK_AXI_CLKGEN) += clk-axi-clkgen.o +obj-$(CONFIG_ARCH_AXXIA) += clk-axm5516.o obj-$(CONFIG_ARCH_BCM2835) += clk-bcm2835.o obj-$(CONFIG_ARCH_EFM32) += clk-efm32gg.o obj-$(CONFIG_ARCH_HIGHBANK) += clk-highbank.o |