diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2014-01-20 21:31:41 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2014-02-13 11:20:48 +0100 |
commit | bf6edb4bb1fabd73bebcd0ae85cdeb14c5893f3b (patch) | |
tree | c6abfe8226ced0b44e3b57ba952be8888faaea41 /drivers/clk/versatile/clk-icst.h | |
parent | ARM: integrator: switch to fetch clocks from device tree (diff) | |
download | linux-bf6edb4bb1fabd73bebcd0ae85cdeb14c5893f3b.tar.xz linux-bf6edb4bb1fabd73bebcd0ae85cdeb14c5893f3b.zip |
clk: versatile: pass a parent to the ICST clock
As we want to actually define the parent frequency in the device
tree for the ICST clocks, modify the clock registration function
to take a parent argument.
Cc: Mike Turquette <mturquette@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/clk/versatile/clk-icst.h')
-rw-r--r-- | drivers/clk/versatile/clk-icst.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/versatile/clk-icst.h b/drivers/clk/versatile/clk-icst.h index be99dd0da785..04e6f0aef588 100644 --- a/drivers/clk/versatile/clk-icst.h +++ b/drivers/clk/versatile/clk-icst.h @@ -16,4 +16,5 @@ struct clk_icst_desc { struct clk *icst_clk_register(struct device *dev, const struct clk_icst_desc *desc, const char *name, + const char *parent_name, void __iomem *base); |