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:
parent
7f17e39003
commit
e78ebdcb6e
|
@ -26,8 +26,8 @@ static void __init mmp_init_time(void)
|
||||||
#ifdef CONFIG_CACHE_TAUROS2
|
#ifdef CONFIG_CACHE_TAUROS2
|
||||||
tauros2_init(0);
|
tauros2_init(0);
|
||||||
#endif
|
#endif
|
||||||
mmp_dt_init_timer();
|
|
||||||
of_clk_init(NULL);
|
of_clk_init(NULL);
|
||||||
|
mmp_dt_init_timer();
|
||||||
}
|
}
|
||||||
|
|
||||||
static const char *const mmp2_dt_board_compat[] __initconst = {
|
static const char *const mmp2_dt_board_compat[] __initconst = {
|
||||||
|
|
Loading…
Reference in New Issue