summaryrefslogtreecommitdiffstats
path: root/drivers/clk/davinci/Makefile
diff options
context:
space:
mode:
authorDavid Lechner <david@lechnology.com>2018-03-16 03:52:22 +0100
committerStephen Boyd <sboyd@kernel.org>2018-03-20 18:16:26 +0100
commit650bba61fc3611e4a349fb323011fd3e7a228860 (patch)
tree46ca2b853152f8e3156859d2d28a93a7896fb52d /drivers/clk/davinci/Makefile
parentclk: davinci: Add platform information for TI DM355 PLL (diff)
downloadlinux-650bba61fc3611e4a349fb323011fd3e7a228860.tar.xz
linux-650bba61fc3611e4a349fb323011fd3e7a228860.zip
clk: davinci: Add platform information for TI DM365 PLL
This adds platform-specific declarations for the PLL clocks on TI DM365 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 6720bd073a27..353aa021d3c2 100644
--- a/drivers/clk/davinci/Makefile
+++ b/drivers/clk/davinci/Makefile
@@ -5,4 +5,5 @@ obj-y += pll.o
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
endif