Re: [U-Boot] [PATCH v4 2/2] arc: use timer driver instead of arch/arc/lib/timer.c

2016-11-24 Thread Alexey Brodkin
Hi Vlad, On Tue, 2016-11-22 at 18:54 +0300, Vlad Zakharov wrote: > This commit replaces legacy timer code with usage of arc timer > driver. > > Also it adds timer0 device tree node with corresponding > "clock-frequency" property. > > Therefore we remove legacy CONFIG_SYS_TIMER_RATE config symbol

[U-Boot] [PATCH v4 2/2] arc: use timer driver instead of arch/arc/lib/timer.c

2016-11-22 Thread Vlad Zakharov
This commit replaces legacy timer code with usage of arc timer driver. Also it adds timer0 device tree node with corresponding "clock-frequency" property. Therefore we remove legacy CONFIG_SYS_TIMER_RATE config symbol that is not longer required. Furthermore the commit selects CONFIG_TIMER and C