ARM: shmobile: Add shared shmobile_init_delay()
authorMagnus Damm <damm@opensource.se>
Thu, 6 Mar 2014 03:28:24 +0000 (12:28 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Mon, 14 Apr 2014 02:25:33 +0000 (11:25 +0900)
Introduce shmobile_init_delay() that gets CPU specific
parameters from DT and sets up the early delay from
there. This allows us to both remove frequency information
from the C code and consolidate existing code.

Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/mach-shmobile/include/mach/common.h
arch/arm/mach-shmobile/timer.c

Simple merge