On Thu, 2015-12-17 at 09:52 +0800, Viresh Kumar wrote:
On 16-12-15, 21:29, Dawei Chien wrote:
quoted
Use Intelligent Power Allocation (IPA) technical to add dynamic power model
for binding CPU thermal zone. The power allocator governor allocates power
budget to control CPU temperature.
Power Allocator governor is able to keep SOC temperature within a defined
temperature range to avoid SOC overheat and keep it's performance.
mt8173-cpufreq.c need to register its' own power model with power allocator
thermal governor, so that power allocator governor can allocates suitable
power budget to control CPU temperature.
Binding document is refer to this patchset
https://lkml.org/lkml/2015/11/30/239
Change since V5:
1. Remove thermal sensor ID from phandles
Though you should have included this in the new version, but still
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
--
viresh
Hi Viresh,
Would you please pull this patch to your tree since following patch
already pulled in, thank you.
https://lkml.org/lkml/2015/11/30/239
BR,
Dawei