summaryrefslogtreecommitdiffstats
path: root/drivers/clk/ti/Makefile
diff options
context:
space:
mode:
authorJ Keerthy <j-keerthy@ti.com>2013-07-23 08:35:37 +0200
committerMike Turquette <mturquette@linaro.org>2014-01-17 21:35:31 +0100
commit3cf467a9969db8297dcf783c5b09b0df8fda863b (patch)
treebc17da1cc3f192ade4e939e0ae1193a9a66a0bb0 /drivers/clk/ti/Makefile
parentCLK: TI: omap5: Initialize USB_DPLL at boot (diff)
downloadlinux-3cf467a9969db8297dcf783c5b09b0df8fda863b.tar.xz
linux-3cf467a9969db8297dcf783c5b09b0df8fda863b.zip
CLK: TI: DRA7: Add APLL support
The patch adds support for DRA7 PCIe APLL. The APLL sources the optional functional clocks for PCIe module. APLL stands for Analog PLL. This is different when comapred with DPLL meaning Digital PLL, the phase detection is done using an analog circuit. Signed-off-by: J Keerthy <j-keerthy@ti.com> Signed-off-by: Tero Kristo <t-kristo@ti.com> Acked-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Mike Turquette <mturquette@linaro.org>
Diffstat (limited to 'drivers/clk/ti/Makefile')
-rw-r--r--drivers/clk/ti/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/ti/Makefile b/drivers/clk/ti/Makefile
index 4a8f846740cb..26e994ac3557 100644
--- a/drivers/clk/ti/Makefile
+++ b/drivers/clk/ti/Makefile
@@ -1,7 +1,7 @@
ifneq ($(CONFIG_OF),)
obj-y += clk.o autoidle.o clockdomain.o
clk-common = dpll.o composite.o divider.o gate.o \
- fixed-factor.o mux.o
+ fixed-factor.o mux.o apll.o
obj-$(CONFIG_ARCH_OMAP4) += $(clk-common) clk-44xx.o
obj-$(CONFIG_SOC_OMAP5) += $(clk-common) clk-54xx.o
endif