mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
To: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>,
	Jingyi Wang <jingyi.wang@oss.qualcomm.com>
Cc: Bjorn Andersson <andersson@kernel.org>,
	Konrad Dybcio <konradybcio@kernel.org>,
	Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>,
	aiqun.yu@oss.qualcomm.com, tingwei.zhang@oss.qualcomm.com,
	trilok.soni@oss.qualcomm.com, yijie.yang@oss.qualcomm.com,
	linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	20260114-knp-remoteproc-v4-0-fcf0b04d01af@oss.qualcomm.com,
	Manaf Meethalavalappu Pallikunhi
	<manaf.pallikunhi@oss.qualcomm.com>
Subject: Re: [PATCH v3 03/10] arm64: dts: qcom: kaanapali: Add TSENS and thermal zones
Date: Thu, 15 Jan 2026 11:22:57 +0100	[thread overview]
Message-ID: <3cbdae12-af7f-47ee-89dd-6c00660fa6da@oss.qualcomm.com> (raw)
In-Reply-To: <4c44mmkpsnj4cn2eh2xzraiw73xmhtx4qm3xiyhecm4vyou7os@skyj646r63d2>

On 1/15/26 8:09 AM, Dmitry Baryshkov wrote:
> On Wed, Jan 14, 2026 at 10:49:05PM -0800, Jingyi Wang wrote:
>> From: Manaf Meethalavalappu Pallikunhi <manaf.pallikunhi@oss.qualcomm.com>
>>
>> The Kaanapali includes seven TSENS instances, with a total of 55 thermal
>> sensors distributed across various locations on the SoC.
>>
>> The TSENS max/reset threshold is configured to 130°C in the hardware.
>> Enable all TSENS instances, and define the thermal zones with a critical
>> trip at 125°C
>>
>> Signed-off-by: Manaf Meethalavalappu Pallikunhi <manaf.pallikunhi@oss.qualcomm.com>
>> Signed-off-by: Jingyi Wang <jingyi.wang@oss.qualcomm.com>
>> ---
>>  arch/arm64/boot/dts/qcom/kaanapali.dtsi | 745 ++++++++++++++++++++++++++++++++
>>  1 file changed, 745 insertions(+)
>>
>> @@ -4795,6 +4879,667 @@ pdp_tx: scp-sram-section@100 {
>>  		};
>>  	};
>>  
>> +	thermal-zones {
>> +		cpullc-0-0-thermal {
>> +			thermal-sensors = <&tsens0 0>;
>> +
>> +			trips {
>> +				cpullc-0-0-critical {
>> +					temperature = <125000>;
>> +					hysteresis = <0>;
>> +					type = "critical";
> 
> I'd really suggest having several "hot" trip points at a temp less than
> 125°C. (And 125°C for critical looks way too critical for me).

LMH and the firmware make sure this never happens, the critical trip
point is a last resort safety mechanism

Konrad

  reply	other threads:[~2026-01-15 10:23 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-15  6:49 [PATCH v3 00/10] arm64: dts: qcom: kaanapali: Add more features Jingyi Wang
2026-01-15  6:49 ` [PATCH v3 01/10] arm64: dts: qcom: kaanapali: add coresight nodes Jingyi Wang
2026-01-15  6:49 ` [PATCH v3 02/10] arm64: dts: qcom: kaanapali: Add QUPv3 configuration for serial engines Jingyi Wang
2026-01-15  7:06   ` Dmitry Baryshkov
2026-01-15  6:49 ` [PATCH v3 03/10] arm64: dts: qcom: kaanapali: Add TSENS and thermal zones Jingyi Wang
2026-01-15  7:09   ` Dmitry Baryshkov
2026-01-15 10:22     ` Konrad Dybcio [this message]
2026-01-15 20:42       ` Dmitry Baryshkov
2026-01-22 12:32         ` Manaf Meethalavalappu Pallikunhi
2026-01-15  6:49 ` [PATCH v3 04/10] arm64: dts: qcom: kaanapali: Add ADSP and CDSP for Kaanapali SoC Jingyi Wang
2026-01-15  7:10   ` Dmitry Baryshkov
2026-01-16  3:04     ` Jingyi Wang
2026-01-15  6:49 ` [PATCH v3 05/10] arm64: dts: qcom: kaanapali: Add support for audio Jingyi Wang
2026-01-15  7:12   ` Dmitry Baryshkov
2026-01-16  3:05     ` Jingyi Wang
2026-01-15  6:49 ` [PATCH v3 06/10] arm64: dts: qcom: kaanapali-mtp: Enable ADSP and CDSP Jingyi Wang
2026-01-15  7:13   ` Dmitry Baryshkov
2026-01-15  6:49 ` [PATCH v3 07/10] arm64: dts: qcom: kaanapali-qrd: " Jingyi Wang
2026-01-15  7:13   ` Dmitry Baryshkov
2026-01-15  6:49 ` [PATCH v3 08/10] arm64: dts: qcom: kaanapali-mtp: Add audio support (WSA8845, WCD9395, DMIC) Jingyi Wang
2026-01-15  7:15   ` Dmitry Baryshkov
2026-01-16  3:05     ` Jingyi Wang
2026-01-15  6:49 ` [PATCH v3 09/10] arm64: dts: qcom: kaanapali: Add support for MM clock controllers for Kaanapali Jingyi Wang
2026-01-15  7:19   ` Dmitry Baryshkov
2026-01-15 16:46     ` Taniya Das
2026-01-15  6:49 ` [PATCH v3 10/10] arm64: defconfig: Enable Kaanapali clock controllers Jingyi Wang
2026-01-15  7:20   ` Dmitry Baryshkov
2026-01-15 16:47     ` Taniya Das

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3cbdae12-af7f-47ee-89dd-6c00660fa6da@oss.qualcomm.com \
    --to=konrad.dybcio@oss.qualcomm.com \
    --cc=20260114-knp-remoteproc-v4-0-fcf0b04d01af@oss.qualcomm.com \
    --cc=aiqun.yu@oss.qualcomm.com \
    --cc=andersson@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dmitry.baryshkov@oss.qualcomm.com \
    --cc=jingyi.wang@oss.qualcomm.com \
    --cc=konradybcio@kernel.org \
    --cc=krzk+dt@kernel.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=manaf.pallikunhi@oss.qualcomm.com \
    --cc=robh@kernel.org \
    --cc=tingwei.zhang@oss.qualcomm.com \
    --cc=trilok.soni@oss.qualcomm.com \
    --cc=yijie.yang@oss.qualcomm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®