summaryrefslogtreecommitdiffstats
path: root/drivers/clk/sunxi-ng/ccu-sun5i.c
diff options
context:
space:
mode:
authorStephen Boyd2017-08-03 03:38:01 +0200
committerStephen Boyd2017-08-03 03:38:01 +0200
commit8e7be401f2f57673d71a9adf7dd8a9b58ae4e955 (patch)
tree5772b116f3198d203d648437336a9c5ad1072412 /drivers/clk/sunxi-ng/ccu-sun5i.c
parentclk: Convert to using %pOF instead of full_name (diff)
parentclk: keystone: sci-clk: Fix sci_clk_get (diff)
downloadkernel-qcow2-linux-8e7be401f2f57673d71a9adf7dd8a9b58ae4e955.tar.gz
kernel-qcow2-linux-8e7be401f2f57673d71a9adf7dd8a9b58ae4e955.tar.xz
kernel-qcow2-linux-8e7be401f2f57673d71a9adf7dd8a9b58ae4e955.zip
Merge branch 'clk-fixes' into clk-next
* clk-fixes: clk: keystone: sci-clk: Fix sci_clk_get clk: meson: mpll: fix mpll0 fractional part ignored clk: samsung: exynos5420: The EPLL rate table corrections clk: sunxi-ng: sun5i: Add clk_set_rate_parent to the CPU clock
Diffstat (limited to 'drivers/clk/sunxi-ng/ccu-sun5i.c')
-rw-r--r--drivers/clk/sunxi-ng/ccu-sun5i.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/sunxi-ng/ccu-sun5i.c b/drivers/clk/sunxi-ng/ccu-sun5i.c
index 194d7bfffa53..ab9e850b3707 100644
--- a/drivers/clk/sunxi-ng/ccu-sun5i.c
+++ b/drivers/clk/sunxi-ng/ccu-sun5i.c
@@ -184,7 +184,7 @@ static struct ccu_mux cpu_clk = {
.hw.init = CLK_HW_INIT_PARENTS("cpu",
cpu_parents,
&ccu_mux_ops,
- CLK_IS_CRITICAL),
+ CLK_SET_RATE_PARENT | CLK_IS_CRITICAL),
}
};