]> git.karo-electronics.de Git - linux-beck.git/commit
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>
Wed, 29 May 2013 22:39:28 +0000 (15:39 -0700)
commit0e56523fd743fa67c21d31abf82e88a4a38decc3
tree934bff0c81ca3d2c8e5df637c4b3247607395892
parent37351fd56255cacf731dc48914aaac3acbfa4bfe
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