Skip to content

Commit

Permalink
ARM: S5PV310: Fix clkset_moutcore_list
Browse files Browse the repository at this point in the history
This patch fixes source clocks of moutcore.
That should be clk_mout_apll instead of clk_sclk_apll.

Signed-off-by: Jaecheol Lee <jc.lee@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
  • Loading branch information
Jaecheol Lee authored and Kukjin Kim committed Oct 20, 2010
1 parent eda9c02 commit 8f3b9cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-s5pv310/clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};

Expand Down

0 comments on commit 8f3b9cf

Please sign in to comment.