summaryrefslogtreecommitdiffstats
path: root/drivers/clk/imx/clk.h
diff options
context:
space:
mode:
authorAndrey Smirnov <andrew.smirnov@gmail.com>2016-11-09 08:14:01 -0800
committerSascha Hauer <s.hauer@pengutronix.de>2017-01-11 08:07:00 +0100
commitc30a463d644b49edb4af9a6dec2065c824a9d32b (patch)
tree21517e1cc45cbbcfa95c3eef37c670c508235e6c /drivers/clk/imx/clk.h
parent385bfcc86f3b531e3713ccb75a2f8ef25750f186 (diff)
downloadbarebox-c30a463d644b49edb4af9a6dec2065c824a9d32b.tar.gz
barebox-c30a463d644b49edb4af9a6dec2065c824a9d32b.tar.xz
i.MX: clk: Port imx_check_clocks()
Port imx_check_clocks() from Linux kernel. Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/clk/imx/clk.h')
-rw-r--r--drivers/clk/imx/clk.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/clk/imx/clk.h b/drivers/clk/imx/clk.h
index 35e480f291..fd43fc2622 100644
--- a/drivers/clk/imx/clk.h
+++ b/drivers/clk/imx/clk.h
@@ -109,4 +109,7 @@ static inline struct clk *imx_clk_busy_mux(const char *name, void __iomem *reg,
struct clk *imx_clk_gate_exclusive(const char *name, const char *parent,
void __iomem *reg, u8 shift, u32 exclusive_mask);
+void imx_check_clocks(struct clk *clks[], unsigned int count);
+
+
#endif /* __IMX_CLK_H */