Re: [PATCH v3 2/4] arm64: dts: qcom: sm8550: add labels for thermal zones

From: Dmitry Baryshkov

Date: Sun May 17 2026 - 16:33:28 EST


On Sun, May 17, 2026 at 08:14:21PM +0700, Alexandre Hamamdjian via B4 Relay wrote:
> From: Alexandre Hamamdjian <azkali.limited@xxxxxxxxx>
>
> 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@xxxxxxxxx>
> ---
> 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_cpuss0, so that all thermal nodes are grouped in .dts file.

> thermal-sensors = <&tsens0 1>;
>
> trips {

--
With best wishes
Dmitry