[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <8cb665f5-4885-4853-804a-7313decc719c@quicinc.com>
Date: Wed, 6 Nov 2024 14:17:18 +0530
From: Manikanta Mylavarapu <quic_mmanikan@...cinc.com>
To: Konrad Dybcio <konrad.dybcio@....qualcomm.com>,
<srinivas.kandagatla@...aro.org>, <robh@...nel.org>,
<krzk+dt@...nel.org>, <conor+dt@...nel.org>, <amitk@...nel.org>,
<thara.gopinath@...il.com>, <rafael@...nel.org>,
<daniel.lezcano@...aro.org>, <rui.zhang@...el.com>,
<lukasz.luba@....com>, <andersson@...nel.org>,
<konradybcio@...nel.org>, <linux-arm-msm@...r.kernel.org>,
<devicetree@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<linux-pm@...r.kernel.org>
CC: <quic_srichara@...cinc.com>, <quic_varada@...cinc.com>
Subject: Re: [PATCH v6 7/7] arm64: dts: qcom: ipq5424: Add thermal zone nodes
On 11/4/2024 7:21 PM, Konrad Dybcio wrote:
> On 4.11.2024 1:44 PM, Manikanta Mylavarapu wrote:
>> Add thermal zone nodes for sensors present in IPQ5424.
>>
>> Signed-off-by: Manikanta Mylavarapu <quic_mmanikan@...cinc.com>
>> ---
> [...]
>
>> +
>> + cpu3-thermal {
>> + polling-delay-passive = <0>;
>> + polling-delay = <0>;
>> + thermal-sensors = <&tsens 13>;
>> +
>> + trips {
>> + cpu-critical {
>> + temperature = <120000>;
>> + hysteresis = <9000>;
>> + type = "critical";
>> + };
>> +
>> + cpu-passive {
>> + temperature = <110000>;
>> + hysteresis = <9000>;
>> + type = "passive";
>
> You have a passive trip point without passive polling
>
Okay, will remove this.
>> + };
>> + };
>> + };
>> +
>> + wcss-tile2-thermal {
>> + polling-delay-passive = <0>;
>> + polling-delay = <0>;
>
> These are the defaults
>
Okay, sure. I will remove.
>> + thermal-sensors = <&tsens 9>;
>> +
>> + trips {
>> + wcss_tile2-critical {
>
> Node names must not contain underscores
>
Okay, sure. I will remove.
Thanks & Regards,
Manikanta.
Powered by blists - more mailing lists