From: Neil Armstrong <neil.armstrong@linaro.org>
To: azkali.limited@gmail.com, 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>
Cc: linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2 2/3] arm64: dts: qcom: sm8550: add labels for thermal zones
Date: Mon, 11 May 2026 14:55:58 +0200 [thread overview]
Message-ID: <e7997c4d-dd20-4f2b-8c84-6c75389f6285@linaro.org> (raw)
In-Reply-To: <20260511-pocketds-v2-2-299dd4247f2f@gmail.com>
On 5/11/26 13:33, Alexandre Hamamdjian via B4 Relay wrote:
> From: Alexandre Hamamdjian <azkali.limited@gmail.com>
>
> Add labels for the cpuss, cpu and gpuss thermal zones so board files
> can extend them with trip points and cooling maps through the &label
> override syntax, instead of redeclaring the zones by path.
>
> Signed-off-by: Alexandre Hamamdjian <azkali.limited@gmail.com>
> ---
> arch/arm64/boot/dts/qcom/sm8550.dtsi | 26 +++++++++++++-------------
> 1 file changed, 13 insertions(+), 13 deletions(-)
>
> diff --git a/arch/arm64/boot/dts/qcom/sm8550.dtsi b/arch/arm64/boot/dts/qcom/sm8550.dtsi
> index 912525e9bca6..a9c678fc9cb2 100644
> --- a/arch/arm64/boot/dts/qcom/sm8550.dtsi
> +++ b/arch/arm64/boot/dts/qcom/sm8550.dtsi
> @@ -5764,7 +5764,7 @@ reset-mon-config {
> };
> };
>
> - cpuss0-thermal {
> + cpuss0_thermal: cpuss0-thermal {
> thermal-sensors = <&tsens0 1>;
>
> trips {
> @@ -5782,7 +5782,7 @@ reset-mon-config {
> };
> };
>
> - cpuss1-thermal {
> + cpuss1_thermal: cpuss1-thermal {
> thermal-sensors = <&tsens0 2>;
>
> trips {
> @@ -5800,7 +5800,7 @@ reset-mon-config {
> };
> };
>
> - cpuss2-thermal {
> + cpuss2_thermal: cpuss2-thermal {
> thermal-sensors = <&tsens0 3>;
>
> trips {
> @@ -5818,7 +5818,7 @@ reset-mon-config {
> };
> };
>
> - cpuss3-thermal {
> + cpuss3_thermal: cpuss3-thermal {
> thermal-sensors = <&tsens0 4>;
>
> trips {
> @@ -6028,7 +6028,7 @@ cpu6_bottom_crit: cpu-critical {
> };
> };
>
> - cpu7-top-thermal {
> + cpu7_top_thermal: cpu7-top-thermal {
> thermal-sensors = <&tsens0 13>;
>
> trips {
> @@ -6536,7 +6536,7 @@ reset-mon-config {
> };
> };
>
> - gpuss-0-thermal {
> + gpuss0_thermal: gpuss-0-thermal {
> polling-delay-passive = <10>;
>
> thermal-sensors = <&tsens2 1>;
> @@ -6569,7 +6569,7 @@ trip-point2 {
> };
> };
>
> - gpuss-1-thermal {
> + gpuss1_thermal: gpuss-1-thermal {
> polling-delay-passive = <10>;
>
> thermal-sensors = <&tsens2 2>;
> @@ -6602,7 +6602,7 @@ trip-point2 {
> };
> };
>
> - gpuss-2-thermal {
> + gpuss2_thermal: gpuss-2-thermal {
> polling-delay-passive = <10>;
>
> thermal-sensors = <&tsens2 3>;
> @@ -6635,7 +6635,7 @@ trip-point2 {
> };
> };
>
> - gpuss-3-thermal {
> + gpuss3_thermal: gpuss-3-thermal {
> polling-delay-passive = <10>;
>
> thermal-sensors = <&tsens2 4>;
> @@ -6668,7 +6668,7 @@ trip-point2 {
> };
> };
>
> - gpuss-4-thermal {
> + gpuss4_thermal: gpuss-4-thermal {
> polling-delay-passive = <10>;
>
> thermal-sensors = <&tsens2 5>;
> @@ -6701,7 +6701,7 @@ trip-point2 {
> };
> };
>
> - gpuss-5-thermal {
> + gpuss5_thermal: gpuss-5-thermal {
> polling-delay-passive = <10>;
>
> thermal-sensors = <&tsens2 6>;
> @@ -6734,7 +6734,7 @@ trip-point2 {
> };
> };
>
> - gpuss-6-thermal {
> + gpuss6_thermal: gpuss-6-thermal {
> polling-delay-passive = <10>;
>
> thermal-sensors = <&tsens2 7>;
> @@ -6767,7 +6767,7 @@ trip-point2 {
> };
> };
>
> - gpuss-7-thermal {
> + gpuss7_thermal: gpuss-7-thermal {
> polling-delay-passive = <10>;
>
> thermal-sensors = <&tsens2 8>;
>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Thanks,
Neil
next prev parent reply other threads:[~2026-05-11 12:56 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-11 11:33 [PATCH v2 0/3] arm64: qcom: add Ayaneo Pocket DS gaming console Alexandre Hamamdjian via B4 Relay
2026-05-11 11:33 ` [PATCH v2 1/3] dt-bindings: arm: qcom: document the Ayaneo Pocket DS Alexandre Hamamdjian via B4 Relay
2026-05-12 2:21 ` sashiko-bot
2026-05-11 11:33 ` [PATCH v2 2/3] arm64: dts: qcom: sm8550: add labels for thermal zones Alexandre Hamamdjian via B4 Relay
2026-05-11 12:55 ` Neil Armstrong [this message]
2026-05-12 2:24 ` sashiko-bot
2026-05-11 11:33 ` [PATCH v2 3/3] arm64: dts: qcom: add basic devicetree for Ayaneo Pocket DS gaming console Alexandre Hamamdjian via B4 Relay
2026-05-12 3:50 ` sashiko-bot
2026-05-12 7:28 ` Neil Armstrong
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=e7997c4d-dd20-4f2b-8c84-6c75389f6285@linaro.org \
--to=neil.armstrong@linaro.org \
--cc=andersson@kernel.org \
--cc=azkali.limited@gmail.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=konradybcio@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=robh@kernel.org \
/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