diff options
author | David Lechner <david@lechnology.com> | 2018-03-15 21:52:24 -0500 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2018-03-20 10:16:26 -0700 |
commit | 6ef35851a0147372e70b8a6115f4d712f30ca200 (patch) | |
tree | d9fa287aa5a0e687576b48826e32292ed66f2017 /drivers/clk/davinci/pll.h | |
parent | d67c13eaf79b35bedb1e0bc405416afa3bd6ee04 (diff) | |
download | lwn-6ef35851a0147372e70b8a6115f4d712f30ca200.tar.gz lwn-6ef35851a0147372e70b8a6115f4d712f30ca200.zip |
clk: davinci: Add platform information for TI DM646x PLL
This adds platform-specific declarations for the PLL clocks on TI
DM646x 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.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/clk/davinci/pll.h b/drivers/clk/davinci/pll.h index d8af4f516253..b1b6fb23f972 100644 --- a/drivers/clk/davinci/pll.h +++ b/drivers/clk/davinci/pll.h @@ -135,4 +135,7 @@ 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); +int dm646x_pll1_init(struct device *dev, void __iomem *base); +int dm646x_pll2_init(struct device *dev, void __iomem *base); + #endif /* __CLK_DAVINCI_PLL_H___ */ |