Skip to content

Commit

Permalink
ARM: mach-shmobile: Move sh7372 AP4EVB external clk setup
Browse files Browse the repository at this point in the history
Move the board specific external clock setting for sh7372 AP4EVB
from machine_desc->sys_timer->init() to machine_desc->init_machine().

This is ground work for shmobile timer code consolidation.

Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
  • Loading branch information
Magnus Damm authored and Rafael J. Wysocki committed Mar 12, 2012
1 parent 12bb16d commit e3b0161
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions arch/arm/mach-shmobile/board-ap4evb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1197,6 +1197,9 @@ static void __init ap4evb_init(void)
u32 srcr4;
struct clk *clk;

/* External clock source */
clk_set_rate(&sh7372_dv_clki_clk, 27000000);

sh7372_pinmux_init();

/* enable SCIFA0 */
Expand Down Expand Up @@ -1437,9 +1440,6 @@ static void __init ap4evb_timer_init(void)
{
sh7372_clock_init();
shmobile_timer.init();

/* External clock source */
clk_set_rate(&sh7372_dv_clki_clk, 27000000);
}

static struct sys_timer ap4evb_timer = {
Expand Down

0 comments on commit e3b0161

Please sign in to comment.