From: Magnus Damm Date: Wed, 20 Aug 2014 13:02:54 +0000 (+0900) Subject: ARM: shmobile: r8a7778: Use shmobile_init_delay() X-Git-Tag: v3.18-rc1~120^2~31^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6fe950ebfd3a374c78ce66a335fce258648426a1;p=thirdparty%2Fkernel%2Flinux.git ARM: shmobile: r8a7778: Use shmobile_init_delay() Adjust the r8a7778 SoC support code to use shmobile_init_delay() together with CPU Frequency settings from the DTS. Get rid of the C code version. Signed-off-by: Magnus Damm Signed-off-by: Simon Horman --- diff --git a/arch/arm/mach-shmobile/setup-r8a7778.c b/arch/arm/mach-shmobile/setup-r8a7778.c index e1a477bce4470..85fe016d6a872 100644 --- a/arch/arm/mach-shmobile/setup-r8a7778.c +++ b/arch/arm/mach-shmobile/setup-r8a7778.c @@ -574,7 +574,7 @@ void __init r8a7778_init_irq_extpin(int irlm) void __init r8a7778_init_delay(void) { - shmobile_setup_delay(800, 1, 3); /* Cortex-A9 @ 800MHz */ + shmobile_init_delay(); } #ifdef CONFIG_USE_OF