ARM: shmobile: Use shmobile_init_delay() on r7s72100
authorMagnus Damm <damm+renesas@opensource.se>
Fri, 6 Jun 2014 05:29:04 +0000 (14:29 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 17 Jun 2014 10:50:34 +0000 (19:50 +0900)
Adjust the r7s72100 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>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/mach-shmobile/include/mach/r7s72100.h
arch/arm/mach-shmobile/setup-r7s72100.c

index 5f34b20..efb723c 100644 (file)
@@ -3,6 +3,5 @@
 
 void r7s72100_add_dt_devices(void);
 void r7s72100_clock_init(void);
-void r7s72100_init_early(void);
 
 #endif /* __ASM_R7S72100_H__ */