aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-imx/clk.h
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2012-04-04 16:07:53 +0800
committerSascha Hauer <s.hauer@pengutronix.de>2012-05-02 12:08:20 +0200
commita10bd67f1905b394f5a9bd610dfc8b9b9befac0e (patch)
treef6e63da8b428fe3b7bc6c1a42ce80ba5bf8f3d75 /arch/arm/mach-imx/clk.h
parentb75c015143a4a6021731ff3e36718896381be94f (diff)
ARM: imx: add common clock support for pfd
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/mach-imx/clk.h')
-rw-r--r--arch/arm/mach-imx/clk.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/clk.h b/arch/arm/mach-imx/clk.h
index 5f6e435da4a..52970996f39 100644
--- a/arch/arm/mach-imx/clk.h
+++ b/arch/arm/mach-imx/clk.h
@@ -36,6 +36,9 @@ static inline struct clk *imx_clk_gate2(const char *name, const char *parent,
shift, 0, &imx_ccm_lock);
}
+struct clk *imx_clk_pfd(const char *name, const char *parent_name,
+ void __iomem *reg, u8 idx);
+
static inline struct clk *imx_clk_fixed(const char *name, int rate)
{
return clk_register_fixed_rate(NULL, name, NULL, CLK_IS_ROOT, rate);