summaryrefslogtreecommitdiffstats
path: root/drivers/clk/rockchip/clk.c
diff options
context:
space:
mode:
authorHeiko Stübner <heiko@sntech.de>2016-07-29 15:56:55 +0800
committerHeiko Stuebner <heiko@sntech.de>2016-08-08 10:57:21 +0200
commite6cebc7273d54259362c7e44a4134d829f38ac59 (patch)
tree2aa4f6521f4ac5d84a2406c570dea858fc05bdec /drivers/clk/rockchip/clk.c
parent4f4e0491670a2bc41887dc2c06782fa39e665d5c (diff)
downloadlinux-e6cebc7273d54259362c7e44a4134d829f38ac59.tar.bz2
clk: rockchip: use general clock flag when registering pll
Add the general flags the pll list already contains to the clock init, so that needed clock flags can be used for plls. Signed-off-by: Heiko Stübner <heiko@sntech.de>
Diffstat (limited to 'drivers/clk/rockchip/clk.c')
-rw-r--r--drivers/clk/rockchip/clk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/rockchip/clk.c b/drivers/clk/rockchip/clk.c
index 7ffd134995f2..1f1c74f3744b 100644
--- a/drivers/clk/rockchip/clk.c
+++ b/drivers/clk/rockchip/clk.c
@@ -385,7 +385,7 @@ void __init rockchip_clk_register_plls(struct rockchip_clk_provider *ctx,
list->con_offset, grf_lock_offset,
list->lock_shift, list->mode_offset,
list->mode_shift, list->rate_table,
- list->pll_flags);
+ list->flags, list->pll_flags);
if (IS_ERR(clk)) {
pr_err("%s: failed to register clock %s\n", __func__,
list->name);