From: Jaecheol Lee Date: Sat, 18 Sep 2010 01:50:46 +0000 (+0900) Subject: ARM: S5PV310: Fix clkset_moutcore_list X-Git-Tag: firefly_0821_release~7613^2~3546^2^2~2^2~85 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=8f3b9cff23ed15c1ef2f4e60c677f3c7d5e535ce;p=firefly-linux-kernel-4.4.55.git ARM: S5PV310: Fix clkset_moutcore_list This patch fixes source clocks of moutcore. That should be clk_mout_apll instead of clk_sclk_apll. Signed-off-by: Jaecheol Lee Signed-off-by: Kukjin Kim --- diff --git a/arch/arm/mach-s5pv310/clock.c b/arch/arm/mach-s5pv310/clock.c index 262a46fef5b7..32146db1f451 100644 --- a/arch/arm/mach-s5pv310/clock.c +++ b/arch/arm/mach-s5pv310/clock.c @@ -155,7 +155,7 @@ static struct clksrc_clk clk_mout_mpll = { }; static struct clk *clkset_moutcore_list[] = { - [0] = &clk_sclk_apll.clk, + [0] = &clk_mout_apll.clk, [1] = &clk_mout_mpll.clk, };