summaryrefslogtreecommitdiffstats
path: root/include/linux/clk.h
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-09-09 08:44:28 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-09-23 08:40:31 +0200
commit19ea38a004b1e16162ad14dcd467d47189488077 (patch)
treee69c8216b0387786c67d25edee8924ac76bdfba1 /include/linux/clk.h
parentb808f1938243b9049729c89398352bb6ef220e3b (diff)
downloadbarebox-19ea38a004b1e16162ad14dcd467d47189488077.tar.gz
barebox-19ea38a004b1e16162ad14dcd467d47189488077.tar.xz
clk: of: introduce of_clk_src_simple_get
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include/linux/clk.h')
-rw-r--r--include/linux/clk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/clk.h b/include/linux/clk.h
index 6aed1dee77..477840020c 100644
--- a/include/linux/clk.h
+++ b/include/linux/clk.h
@@ -290,6 +290,7 @@ struct clk_onecell_data {
unsigned int clk_num;
};
struct clk *of_clk_src_onecell_get(struct of_phandle_args *clkspec, void *data);
+struct clk *of_clk_src_simple_get(struct of_phandle_args *clkspec, void *data);
struct clk *of_clk_get(struct device_node *np, int index);
struct clk *of_clk_get_by_name(struct device_node *np, const char *name);