From: Jaecheol Lee Date: Sat, 18 Sep 2010 01:50:46 +0000 (+0900) Subject: ARM: S5PV310: Fix clkset_moutcore_list X-Git-Tag: v2.6.37-rc1~23^2^2~2^2~85 X-Git-Url: http://pileus.org/git/?a=commitdiff_plain;ds=sidebyside;h=8f3b9cff23ed15c1ef2f4e60c677f3c7d5e535ce;p=~andy%2Flinux 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 262a46fef5b..32146db1f45 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, };