clk: exynos5250: Add sclk_mpll to the parent list of mout_cpu clock
authorTushar Behera <tushar.behera@linaro.org>
Fri, 17 May 2013 05:55:53 +0000 (11:25 +0530)
committerMike Turquette <mturquette@linaro.org>
Mon, 10 Jun 2013 22:14:17 +0000 (15:14 -0700)
commit589c603b2c591ed470a731ceda589e6d60b77b5f
tree7572d09cfef3acec6163e5cb91fe482c77c0ef1a
parent39b72d89eb2bf74ec94773defece6890febba7a5
clk: exynos5250: Add sclk_mpll to the parent list of mout_cpu clock

'mout_mpll' is added the list of parent clocks for 'mout_cpu'.
'mout_mpll' is an alias to the clock 'sclk_mpll'. Hence 'sclk_mpll'
should be added to the list of parent clocks.

This results in an error when cpufreq driver for EXYNOS5250 tries to
set 'mout_mpll' as a parent for 'mout_cpu'.

clk_set_parent: clk sclk_mpll can not be parent of clk mout_cpu

Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
drivers/clk/samsung/clk-exynos5250.c