Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 295791
b: refs/heads/master
c: 12bb16d
h: refs/heads/master
i:
  295789: b046e5c
  295787: c634c96
  295783: 00997ff
  295775: fb66185
v: v3
  • Loading branch information
Magnus Damm authored and Rafael J. Wysocki committed Mar 12, 2012
1 parent c6d1b81 commit b1fba6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6b6a4c067cefe04eb0a0e7d1cace16ae727c6295
refs/heads/master: 12bb16d2308c8590f836df78a1462d1c9421e06a
6 changes: 3 additions & 3 deletions trunk/arch/arm/mach-shmobile/board-mackerel.c
Original file line number Diff line number Diff line change
Expand Up @@ -1348,6 +1348,9 @@ static void __init mackerel_init(void)
struct clk *clk;
int ret;

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

sh7372_pinmux_init();

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

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

static struct sys_timer mackerel_timer = {
Expand Down

0 comments on commit b1fba6e

Please sign in to comment.