From: Magnus Damm Date: Tue, 1 Oct 2013 08:12:57 +0000 (+0900) Subject: ARM: shmobile: Use arch timer on Koelsch X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f9c9eb7e768d049d2ae360be9e09f6a0be03e317;p=linux-beck.git ARM: shmobile: Use arch timer on Koelsch Make use of the R-Car Gen2 arch timer workaround on Koelsch. Signed-off-by: Magnus Damm Signed-off-by: Simon Horman --- diff --git a/arch/arm/mach-shmobile/board-koelsch.c b/arch/arm/mach-shmobile/board-koelsch.c index 278f12e88398..ea5846e2e88c 100644 --- a/arch/arm/mach-shmobile/board-koelsch.c +++ b/arch/arm/mach-shmobile/board-koelsch.c @@ -23,6 +23,7 @@ #include #include #include +#include #include #include @@ -40,5 +41,6 @@ static const char * const koelsch_boards_compat_dt[] __initconst = { DT_MACHINE_START(KOELSCH_DT, "koelsch") .init_early = r8a7791_init_early, .init_machine = koelsch_add_standard_devices, + .init_time = rcar_gen2_timer_init, .dt_compat = koelsch_boards_compat_dt, MACHINE_END