aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/setup-sh7372.c
diff options
context:
space:
mode:
authorMagnus Damm <damm+renesas@opensource.se>2014-08-20 09:02:36 -0400
committerSimon Horman <horms+renesas@verge.net.au>2014-08-21 22:31:56 -0400
commit39b22e20a3086002c5abe0c569cf11a71bc17faf (patch)
treee0a2cdc62b111aa5e63bb4962d65a2bca3116c41 /arch/arm/mach-shmobile/setup-sh7372.c
parent869f92aed207f2f6e595ea41c841bd9ad0c0d0d4 (diff)
ARM: shmobile: sh7372: Use shmobile_init_delay()
Adjust the sh7372 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 <damm+renesas@opensource.se> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/setup-sh7372.c')
-rw-r--r--arch/arm/mach-shmobile/setup-sh7372.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/setup-sh7372.c b/arch/arm/mach-shmobile/setup-sh7372.c
index 3731eccccef4..ad7a82d0b1b7 100644
--- a/arch/arm/mach-shmobile/setup-sh7372.c
+++ b/arch/arm/mach-shmobile/setup-sh7372.c
@@ -984,7 +984,7 @@ void __init sh7372_add_early_devices(void)
984 984
985void __init sh7372_add_early_devices_dt(void) 985void __init sh7372_add_early_devices_dt(void)
986{ 986{
987 shmobile_setup_delay(800, 1, 3); /* Cortex-A8 @ 800MHz */ 987 shmobile_init_delay();
988 988
989 sh7372_add_early_devices(); 989 sh7372_add_early_devices();
990} 990}