ARM: EXYNOS: Initialize the clocks prior to timer initialization
authorThomas Abraham <thomas.abraham@linaro.org>
Sat, 9 Mar 2013 08:03:29 +0000 (17:03 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Mon, 25 Mar 2013 09:17:12 +0000 (18:17 +0900)
Since the clock initialization should be completed prior to the mct
timer initialization, create a new function 'exynos_init_time' that
first sets up the clock and then invokes the timer initialization
function. The 'init_time' callback in the board files are updated to
invoke this new wrapper function.

Signed-off-by: Thomas Abraham <thomas.abraham@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>

No differences found