Re: [PATCH 0/3] ARC: get frequency via clock driver instead of reading device tree

2017-03-04 Thread Vineet Gupta
On 03/03/2017 03:29 AM, Vlad Zakharov wrote: > This patch series replaces reading device tree with getting CPU > clock frequency via clock driver in show_cpuinfo function. > > In order to achieve this we also add cpu nodes to device tree which > describes SMP system and add "clocks" properties to

[PATCH 0/3] ARC: get frequency via clock driver instead of reading device tree

2017-03-03 Thread Vlad Zakharov
This patch series replaces reading device tree with getting CPU clock frequency via clock driver in show_cpuinfo function. In order to achieve this we also add cpu nodes to device tree which describes SMP system and add "clocks" properties to all ARC cpu nodes. Vlad Zakharov (3): ARC: [dts] ad