ARM: mmp2: initialize clocks before the timer

The timer shall enable its clock.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Acked-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Olof Johansson <olof@lixom.net>
This commit is contained in:
Lubomir Rintel 2018-11-28 18:53:19 +01:00 committed by Olof Johansson
parent 7f17e39003
commit e78ebdcb6e
1 changed files with 1 additions and 1 deletions

View File

@ -26,8 +26,8 @@ static void __init mmp_init_time(void)
#ifdef CONFIG_CACHE_TAUROS2
tauros2_init(0);
#endif
mmp_dt_init_timer();
of_clk_init(NULL);
mmp_dt_init_timer();
}
static const char *const mmp2_dt_board_compat[] __initconst = {