summaryrefslogtreecommitdiffstats
path: root/drivers/clk/davinci/Makefile
diff options
context:
space:
mode:
authorDavid Lechner <david@lechnology.com>2018-03-15 21:52:24 -0500
committerStephen Boyd <sboyd@kernel.org>2018-03-20 10:16:26 -0700
commit6ef35851a0147372e70b8a6115f4d712f30ca200 (patch)
treed9fa287aa5a0e687576b48826e32292ed66f2017 /drivers/clk/davinci/Makefile
parentd67c13eaf79b35bedb1e0bc405416afa3bd6ee04 (diff)
downloadlinux-stable-6ef35851a0147372e70b8a6115f4d712f30ca200.tar.gz
linux-stable-6ef35851a0147372e70b8a6115f4d712f30ca200.tar.bz2
linux-stable-6ef35851a0147372e70b8a6115f4d712f30ca200.zip
clk: davinci: Add platform information for TI DM646x PLL
This adds platform-specific declarations for the PLL clocks on TI DM646x 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 59d8ab68c9ec..d471386301be 100644
--- a/drivers/clk/davinci/Makefile
+++ b/drivers/clk/davinci/Makefile
@@ -7,4 +7,5 @@ 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
+obj-$(CONFIG_ARCH_DAVINCI_DM646x) += pll-dm646x.o
endif