[PATCH 08/10] ARM64: dts: renesas: Add all CPUs in cooling maps

2018-11-16 Thread Viresh Kumar
Each CPU can (and does) participate in cooling down the system but the DT only captures a handful of them, normally CPU0, in the cooling maps. Things work by chance currently as under normal circumstances its the first CPU of each cluster which is used by the operating systems to probe the cooling

Re: [PATCH 08/10] ARM64: dts: renesas: Add all CPUs in cooling maps

2018-11-23 Thread Simon Horman
On Fri, Nov 16, 2018 at 03:34:31PM +0530, Viresh Kumar wrote: > Each CPU can (and does) participate in cooling down the system but the > DT only captures a handful of them, normally CPU0, in the cooling maps. > Things work by chance currently as under normal circumstances its the > first CPU of eac