diff options
author | David Lechner <david@lechnology.com> | 2018-03-16 05:52:23 +0300 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2018-03-20 20:16:26 +0300 |
commit | d67c13eaf79b35bedb1e0bc405416afa3bd6ee04 (patch) | |
tree | 013f3f3cdd3522c91dd0300470c11ce1338171a1 /drivers/clk/davinci/Makefile | |
parent | 650bba61fc3611e4a349fb323011fd3e7a228860 (diff) | |
download | linux-d67c13eaf79b35bedb1e0bc405416afa3bd6ee04.tar.xz |
clk: davinci: Add platform information for TI DM644x PLL
This adds platform-specific declarations for the PLL 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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/davinci/Makefile b/drivers/clk/davinci/Makefile index 353aa021d3c2..59d8ab68c9ec 100644 --- a/drivers/clk/davinci/Makefile +++ b/drivers/clk/davinci/Makefile @@ -6,4 +6,5 @@ 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 +obj-$(CONFIG_ARCH_DAVINCI_DM644x) += pll-dm644x.o endif |