summaryrefslogtreecommitdiffstats
path: root/drivers/clk/davinci/Makefile
diff options
context:
space:
mode:
authorDavid Lechner <david@lechnology.com>2018-03-15 21:52:23 -0500
committerStephen Boyd <sboyd@kernel.org>2018-03-20 10:16:26 -0700
commitd67c13eaf79b35bedb1e0bc405416afa3bd6ee04 (patch)
tree013f3f3cdd3522c91dd0300470c11ce1338171a1 /drivers/clk/davinci/Makefile
parent650bba61fc3611e4a349fb323011fd3e7a228860 (diff)
downloadlinux-stable-d67c13eaf79b35bedb1e0bc405416afa3bd6ee04.tar.gz
linux-stable-d67c13eaf79b35bedb1e0bc405416afa3bd6ee04.tar.bz2
linux-stable-d67c13eaf79b35bedb1e0bc405416afa3bd6ee04.zip
clk: davinci: Add platform information for TI DM644x PLL
This adds platform-specific declarations for the PLL clocks on TI DM644x based systems. Signed-off-by: David Lechner <david@lechnology.com> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/clk/davinci/Makefile')
-rw-r--r--drivers/clk/davinci/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/davinci/Makefile b/drivers/clk/davinci/Makefile
index 353aa021d3c2..59d8ab68c9ec 100644
--- a/drivers/clk/davinci/Makefile
+++ b/drivers/clk/davinci/Makefile
@@ -6,4 +6,5 @@ obj-$(CONFIG_ARCH_DAVINCI_DA830) += pll-da830.o
obj-$(CONFIG_ARCH_DAVINCI_DA850) += pll-da850.o
obj-$(CONFIG_ARCH_DAVINCI_DM355) += pll-dm355.o
obj-$(CONFIG_ARCH_DAVINCI_DM365) += pll-dm365.o
+obj-$(CONFIG_ARCH_DAVINCI_DM644x) += pll-dm644x.o
endif