summaryrefslogtreecommitdiffstats
path: root/drivers/clk/davinci/pll.h
diff options
context:
space:
mode:
authorDavid Lechner <david@lechnology.com>2018-03-15 21:52:23 -0500
committerStephen Boyd <sboyd@kernel.org>2018-03-20 10:16:26 -0700
commitd67c13eaf79b35bedb1e0bc405416afa3bd6ee04 (patch)
tree013f3f3cdd3522c91dd0300470c11ce1338171a1 /drivers/clk/davinci/pll.h
parent650bba61fc3611e4a349fb323011fd3e7a228860 (diff)
downloadlinux-d67c13eaf79b35bedb1e0bc405416afa3bd6ee04.tar.gz
linux-d67c13eaf79b35bedb1e0bc405416afa3bd6ee04.tar.bz2
linux-d67c13eaf79b35bedb1e0bc405416afa3bd6ee04.zip
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/pll.h')
-rw-r--r--drivers/clk/davinci/pll.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/clk/davinci/pll.h b/drivers/clk/davinci/pll.h
index bf9fdc896fbc..d8af4f516253 100644
--- a/drivers/clk/davinci/pll.h
+++ b/drivers/clk/davinci/pll.h
@@ -132,4 +132,7 @@ int dm355_pll2_init(struct device *dev, void __iomem *base);
int dm365_pll1_init(struct device *dev, void __iomem *base);
int dm365_pll2_init(struct device *dev, void __iomem *base);
+int dm644x_pll1_init(struct device *dev, void __iomem *base);
+int dm644x_pll2_init(struct device *dev, void __iomem *base);
+
#endif /* __CLK_DAVINCI_PLL_H___ */