summaryrefslogtreecommitdiffstats
path: root/drivers/clk/davinci/Makefile
diff options
context:
space:
mode:
authorDavid Lechner <david@lechnology.com>2018-03-15 21:52:31 -0500
committerStephen Boyd <sboyd@kernel.org>2018-03-20 10:16:26 -0700
commitf41e5275757ed2516153b2dea616ef9e4afbfbcf (patch)
tree26e892541bd7a868036352406759c132b84411ea /drivers/clk/davinci/Makefile
parent9ab1102cceef22c7386664f114d2713cb021d186 (diff)
downloadlinux-stable-f41e5275757ed2516153b2dea616ef9e4afbfbcf.tar.gz
linux-stable-f41e5275757ed2516153b2dea616ef9e4afbfbcf.tar.bz2
linux-stable-f41e5275757ed2516153b2dea616ef9e4afbfbcf.zip
clk: davinci: Add platform information for TI DM644x PSC
This adds platform-specific declarations for the PSC 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 78dc1eba4058..a20e3795eaf9 100644
--- a/drivers/clk/davinci/Makefile
+++ b/drivers/clk/davinci/Makefile
@@ -14,4 +14,5 @@ obj-$(CONFIG_ARCH_DAVINCI_DA830) += psc-da830.o
obj-$(CONFIG_ARCH_DAVINCI_DA850) += psc-da850.o
obj-$(CONFIG_ARCH_DAVINCI_DM355) += psc-dm355.o
obj-$(CONFIG_ARCH_DAVINCI_DM365) += psc-dm365.o
+obj-$(CONFIG_ARCH_DAVINCI_DM644x) += psc-dm644x.o
endif