From 07f3d39064bc29db00d0ebb9d687aabcce8ae892 Mon Sep 17 00:00:00 2001 From: Hideki EIRAKU Date: Fri, 18 Jan 2013 14:02:05 +0900 Subject: [PATCH] --- yaml --- r: 355689 b: refs/heads/master c: 2f27c40656fecba44e839c77910f75ee1024df62 h: refs/heads/master i: 355687: c4c51f514af6c4e300b6c75bb014550ed6f9cf17 v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-shmobile/board-armadillo800eva.c | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 2a7e4b7c8f34..cfd5cc7a2088 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f96be91ad23f44df9ab2e3370e42e2515ea59481 +refs/heads/master: 2f27c40656fecba44e839c77910f75ee1024df62 diff --git a/trunk/arch/arm/mach-shmobile/board-armadillo800eva.c b/trunk/arch/arm/mach-shmobile/board-armadillo800eva.c index f107e82d7e43..9008ad102a88 100644 --- a/trunk/arch/arm/mach-shmobile/board-armadillo800eva.c +++ b/trunk/arch/arm/mach-shmobile/board-armadillo800eva.c @@ -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) @@ -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)