Re: [PATCH 1/3] arm64: dts: msm8916: Add cpu cooling maps

From: Viresh Kumar
Date: Tue Mar 06 2018 - 21:48:41 EST


On Tue, Mar 6, 2018 at 8:13 PM, Rob Herring <robh+dt@xxxxxxxxxx> wrote:
> On Tue, Mar 6, 2018 at 7:05 AM, Amit Kucheria <amit.kucheria@xxxxxxxxxx> wrote:

>> model = "Qualcomm Technologies, Inc. MSM8916";
>> @@ -115,6 +116,10 @@
>> cpu-idle-states = <&CPU_SPC>;
>> clocks = <&apcs 0>;
>> operating-points-v2 = <&cpu_opp_table>;
>> + /* cooling options */
>> + cooling-min-level = <0>;
>> + cooling-max-level = <7>;
>
> Viresh is working on removing these from the binding...

Yep, just drop all cooling-{min|max}-level lines from your code. That
is not used
anywhere by the kernel.