diff options
author | David Lechner <david@lechnology.com> | 2018-03-16 03:52:27 +0100 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2018-03-20 18:16:26 +0100 |
commit | c2952e271b94f805e8cb73d18e50394689cae508 (patch) | |
tree | 12b09e998db5c6f12518a61ea7f0d7dbd1c54920 /drivers/clk/davinci/Makefile | |
parent | clk: davinci: New driver for davinci PSC clocks (diff) | |
download | linux-c2952e271b94f805e8cb73d18e50394689cae508.tar.xz linux-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/Makefile | 1 |
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 |