Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 355689
b: refs/heads/master
c: 2f27c40
h: refs/heads/master
i:
  355687: c4c51f5
v: v3
  • Loading branch information
Hideki EIRAKU authored and Simon Horman committed Jan 30, 2013
1 parent f551c23 commit 07f3d39
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: f96be91ad23f44df9ab2e3370e42e2515ea59481
refs/heads/master: 2f27c40656fecba44e839c77910f75ee1024df62
5 changes: 3 additions & 2 deletions trunk/arch/arm/mach-shmobile/board-armadillo800eva.c
Original file line number Diff line number Diff line change
Expand Up @@ -1169,8 +1169,6 @@ static void __init eva_init(void)
platform_add_devices(eva_devices,
ARRAY_SIZE(eva_devices));

eva_clock_init();

rmobile_add_device_to_domain("A4LC", &lcdc0_device);
rmobile_add_device_to_domain("A4LC", &hdmi_lcdc_device);
if (usb)
Expand All @@ -1181,6 +1179,9 @@ static void __init eva_earlytimer_init(void)
{
r8a7740_clock_init(MD_CK0 | MD_CK2);
shmobile_earlytimer_init();

/* the rate of extal1 clock must be set before late_time_init */
eva_clock_init();
}

static void __init eva_add_early_devices(void)
Expand Down

0 comments on commit 07f3d39

Please sign in to comment.