From: Alexandre Hamamdjian via B4 Relay <devnull+azkali.limited.gmail.com@kernel.org>
To: 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,
Alexandre Hamamdjian <azkali.limited@gmail.com>
Subject: [PATCH v2 2/3] arm64: dts: qcom: sm8550: add labels for thermal zones
Date: Mon, 11 May 2026 18:33:54 +0700 [thread overview]
Message-ID: <20260511-pocketds-v2-2-299dd4247f2f@gmail.com> (raw)
In-Reply-To: <20260511-pocketds-v2-0-299dd4247f2f@gmail.com>
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>;
--
2.54.0
WARNING: multiple messages have this Message-ID (diff)
From: Alexandre Hamamdjian <azkali.limited@gmail.com>
To: 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,
Alexandre Hamamdjian <azkali.limited@gmail.com>
Subject: [PATCH v2 2/3] arm64: dts: qcom: sm8550: add labels for thermal zones
Date: Mon, 11 May 2026 18:33:54 +0700 [thread overview]
Message-ID: <20260511-pocketds-v2-2-299dd4247f2f@gmail.com> (raw)
In-Reply-To: <20260511-pocketds-v2-0-299dd4247f2f@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>;
--
2.54.0
next prev parent reply other threads:[~2026-05-11 11:33 UTC|newest]
Thread overview: 18+ 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 ` Alexandre Hamamdjian
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-11 11:33 ` Alexandre Hamamdjian
2026-05-12 2:21 ` sashiko-bot
2026-05-14 12:20 ` Krzysztof Kozlowski
[not found] ` <CAL5cOWtRUs-XF5Y6+X-G3PVkGQp-ts+HTiAfzezVjQqYoyt1NQ@mail.gmail.com>
2026-05-14 12:31 ` Krzysztof Kozlowski
2026-05-11 11:33 ` Alexandre Hamamdjian via B4 Relay [this message]
2026-05-11 11:33 ` [PATCH v2 2/3] arm64: dts: qcom: sm8550: add labels for thermal zones Alexandre Hamamdjian
2026-05-11 12:55 ` Neil Armstrong
2026-05-12 2:24 ` sashiko-bot
2026-05-14 12:26 ` Krzysztof Kozlowski
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-11 11:33 ` Alexandre Hamamdjian
2026-05-12 3:50 ` sashiko-bot
2026-05-12 7:28 ` Neil Armstrong
2026-05-14 12:25 ` Krzysztof Kozlowski
[not found] ` <CAL5cOWtz5VZXGJBRVKNTwbXGciAom8PZ84cZFr2KveW7jO1O=A@mail.gmail.com>
[not found] ` <CAL5cOWu20Vng7hMZvyz0paFM6Ga=Fs2qQrF2yfMTpVvSt3b0VA@mail.gmail.com>
2026-05-14 13:46 ` Krzysztof Kozlowski
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=20260511-pocketds-v2-2-299dd4247f2f@gmail.com \
--to=devnull+azkali.limited.gmail.com@kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.