summaryrefslogtreecommitdiff
path: root/drivers/clk/ux500/clk.h
diff options
context:
space:
mode:
authorUlf Hansson <ulf.hansson@linaro.org>2012-08-31 12:21:29 (GMT)
committerMike Turquette <mturquette@linaro.org>2012-09-07 00:57:08 (GMT)
commit70b1fce2ec3a89e68a35d99e5e9c6c90338b3dd1 (patch)
treece44f8077ac53a8f0e03faf50ed4296202ae7983 /drivers/clk/ux500/clk.h
parenta093bde2b45a0a745f12c018e2d13c027d58641f (diff)
downloadlinux-fsl-qoriq-70b1fce2ec3a89e68a35d99e5e9c6c90338b3dd1.tar.xz
clk: ux500: Support for prmcu_rate clock
The prmcu_rate clock is not gateable and has a rate which only can be fetched. Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org> Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Mike Turquette <mturquette@linaro.org>
Diffstat (limited to 'drivers/clk/ux500/clk.h')
-rw-r--r--drivers/clk/ux500/clk.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/clk/ux500/clk.h b/drivers/clk/ux500/clk.h
index 32085aa..836d7d1 100644
--- a/drivers/clk/ux500/clk.h
+++ b/drivers/clk/ux500/clk.h
@@ -35,6 +35,11 @@ struct clk *clk_reg_prcmu_gate(const char *name,
u8 cg_sel,
unsigned long flags);
+struct clk *clk_reg_prcmu_rate(const char *name,
+ const char *parent_name,
+ u8 cg_sel,
+ unsigned long flags);
+
struct clk *clk_reg_prcmu_opp_gate(const char *name,
const char *parent_name,
u8 cg_sel,