Re: [U-Boot] [PATCH v3 0/3] arc: introduce timer driver and update device tree

2017-03-24 Thread Alexey Brodkin
Hi Vlad, On Tue, 2017-03-21 at 14:49 +0300, Vlad Zakharov wrote: > ARC cores may have up to 2 built-in timers: timer0 and timer1, > usually at least one of them exists. They both are driven by the > same core clock. > > They are controlled through auxiliary registers and so we > don't have to rem

[U-Boot] [PATCH v3 0/3] arc: introduce timer driver and update device tree

2017-03-21 Thread Vlad Zakharov
ARC cores may have up to 2 built-in timers: timer0 and timer1, usually at least one of them exists. They both are driven by the same core clock. They are controlled through auxiliary registers and so we don't have to remap their control registers as we used to do with MMIO registers of external pe