diff options
author | David Lechner <david@lechnology.com> | 2018-03-16 05:52:21 +0300 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2018-03-20 20:16:26 +0300 |
commit | dcdd19b269e0de71a60b50516b95b39341a0795a (patch) | |
tree | 06d9282d5b0952291994e7858ad31fa6bb735d62 /drivers/clk/davinci/pll.h | |
parent | 55b3caed2bf6edd5d44ccae92ed37cff00951a91 (diff) | |
download | linux-dcdd19b269e0de71a60b50516b95b39341a0795a.tar.xz |
clk: davinci: Add platform information for TI DM355 PLL
This adds platform-specific declarations for the PLL clocks on TI
DM355 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 53b8d513d726..d90d3080fcda 100644 --- a/drivers/clk/davinci/pll.h +++ b/drivers/clk/davinci/pll.h @@ -126,4 +126,7 @@ int da850_pll1_init(struct device *dev, void __iomem *base); int of_da850_pll0_init(struct device *dev, void __iomem *base); int of_da850_pll1_init(struct device *dev, void __iomem *base); +int dm355_pll1_init(struct device *dev, void __iomem *base); +int dm355_pll2_init(struct device *dev, void __iomem *base); + #endif /* __CLK_DAVINCI_PLL_H___ */ |