lkml.org 
[lkml]   [2013]   [Aug]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: [PATCH RFC v2 14/16] ARM: vexpress: remove custom .init_time hook
Date
On Tuesday 27 August 2013, Sebastian Hesselbarth wrote:
> @@ -422,16 +419,8 @@ void __init v2m_dt_init_early(void)
> pr_warning("vexpress: DT HBI (%x) is not matching "
> "hardware (%x)!\n", dt_hbi, hbi);
> }
> -}
> -
> -static void __init v2m_dt_timer_init(void)
> -{
> - of_clk_init(NULL);
>
> - clocksource_of_init();
> -
> - versatile_sched_clock_init(vexpress_get_24mhz_clock_base(),
> - 24000000);
> + versatile_sched_clock_init(vexpress_get_24mhz_clock_base(), 24000000);
> }


You are moving versatile_sched_clock_init() ahead of clocksource_of_init(), which I suspect
won't work. Have you checked this?

Arnd


\
 
 \ /
  Last update: 2013-08-29 16:01    [W:0.472 / U:1.684 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site