From mboxrd@z Thu Jan 1 00:00:00 1970 From: Magnus Damm Date: Tue, 01 Oct 2013 08:12:57 +0000 Subject: [PATCH 07/10] ARM: shmobile: Use arch timer on Koelsch Message-Id: <20131001081257.4136.80053.sendpatchset@w520> List-Id: References: <20131001081143.4136.46925.sendpatchset@w520> In-Reply-To: <20131001081143.4136.46925.sendpatchset@w520> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org From: Magnus Damm Make use of the R-Car Gen2 arch timer workaround on Koelsch. Signed-off-by: Magnus Damm --- arch/arm/mach-shmobile/board-koelsch.c | 2 ++ 1 file changed, 2 insertions(+) --- 0003/arch/arm/mach-shmobile/board-koelsch.c +++ work/arch/arm/mach-shmobile/board-koelsch.c 2013-10-01 16:35:52.000000000 +0900 @@ -23,6 +23,7 @@ #include #include #include +#include #include #include @@ -40,5 +41,6 @@ static const char * const koelsch_boards 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