Re: [PATCHv5 4/5] ARM: dts: exynos5420 update the cooling cells for core cpu0

2015-05-13 Thread Anand Moon
Hi Krzysztof, Yep these values are wrong. These cooling-max-level and cooling-min-level values come with cpufreq operating-points Which is not present in the dts right now. So I will update for now with this value. cooling-min-level = <0>; cooling-max-level = <7>; -Anand Moon On 13 May 2015 at

Re: [PATCHv5 4/5] ARM: dts: exynos5420 update the cooling cells for core cpu0

2015-05-13 Thread Krzysztof Kozlowski
2015-05-13 16:58 GMT+09:00 Anand Moon : > Hi Krzysztof, > > You are correct. > > #cooling-cells property are required by the thermal-zone. > > http://lxr.free-electrons.com/source/drivers/thermal/of-thermal.c#L607 > > So I picked this values from earlier series of CPU frequency by Thomas. > > Hope