aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/rockchip/clk.h
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.h
parentclk: rockchip: delete the CLK_IGNORE_UNUSED from aclk_pcie on rk3399 (diff)
downloadlinux-dev-e6cebc7273d54259362c7e44a4134d829f38ac59.tar.xz
linux-dev-e6cebc7273d54259362c7e44a4134d829f38ac59.zip
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.h')
-rw-r--r--drivers/clk/rockchip/clk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/rockchip/clk.h b/drivers/clk/rockchip/clk.h
index 2194ffa8c9fd..3747de5ce7c2 100644
--- a/drivers/clk/rockchip/clk.h
+++ b/drivers/clk/rockchip/clk.h
@@ -238,7 +238,7 @@ struct clk *rockchip_clk_register_pll(struct rockchip_clk_provider *ctx,
u8 num_parents, int con_offset, int grf_lock_offset,
int lock_shift, int mode_offset, int mode_shift,
struct rockchip_pll_rate_table *rate_table,
- u8 clk_pll_flags);
+ unsigned long flags, u8 clk_pll_flags);
struct rockchip_cpuclk_clksel {
int reg;