summaryrefslogtreecommitdiffstats
path: root/drivers/clk/davinci/Makefile
diff options
context:
space:
mode:
authorDavid Lechner <david@lechnology.com>2018-03-15 21:52:27 -0500
committerStephen Boyd <sboyd@kernel.org>2018-03-20 10:16:26 -0700
commitc2952e271b94f805e8cb73d18e50394689cae508 (patch)
tree12b09e998db5c6f12518a61ea7f0d7dbd1c54920 /drivers/clk/davinci/Makefile
parentc6ed4d734bc7f731709dab0ffd69eed499dd5277 (diff)
downloadlinux-stable-c2952e271b94f805e8cb73d18e50394689cae508.tar.gz
linux-stable-c2952e271b94f805e8cb73d18e50394689cae508.tar.bz2
linux-stable-c2952e271b94f805e8cb73d18e50394689cae508.zip
clk: davinci: Add platform information for TI DA830 PSC
This adds platform-specific declarations for the PSC clocks on TI DA830/ OMAP-L137/AM17XX SoCs. 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 cd1bf2cefc05..fb14c8c9216d 100644
--- a/drivers/clk/davinci/Makefile
+++ b/drivers/clk/davinci/Makefile
@@ -10,4 +10,5 @@ obj-$(CONFIG_ARCH_DAVINCI_DM644x) += pll-dm644x.o
obj-$(CONFIG_ARCH_DAVINCI_DM646x) += pll-dm646x.o
obj-y += psc.o
+obj-$(CONFIG_ARCH_DAVINCI_DA830) += psc-da830.o
endif