[PATCH] arm64: dts: qcom: kaanapali: Enable cpufreq cooling devices
From: Dipa Mantre via B4 Relay
Date: Wed Apr 15 2026 - 06:58:27 EST
From: Dipa Mantre <dipa.mantre@xxxxxxxxxxxxxxxx>
Add cooling-cells property to the CPU nodes to support cpufreq
cooling devices.
Signed-off-by: Dipa Mantre <dipa.mantre@xxxxxxxxxxxxxxxx>
---
arch/arm64/boot/dts/qcom/kaanapali.dtsi | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/arch/arm64/boot/dts/qcom/kaanapali.dtsi b/arch/arm64/boot/dts/qcom/kaanapali.dtsi
index 7cc326aa1a1a..81c493668b51 100644
--- a/arch/arm64/boot/dts/qcom/kaanapali.dtsi
+++ b/arch/arm64/boot/dts/qcom/kaanapali.dtsi
@@ -48,6 +48,7 @@ cpu0: cpu@0 {
power-domains = <&cpu_pd0>;
power-domain-names = "psci";
clocks = <&pdp_scmi_perf 0>;
+ #cooling-cells = <2>;
l2_0: l2-cache {
compatible = "cache";
@@ -65,6 +66,7 @@ cpu1: cpu@100 {
power-domains = <&cpu_pd1>;
power-domain-names = "psci";
clocks = <&pdp_scmi_perf 0>;
+ #cooling-cells = <2>;
};
cpu2: cpu@200 {
@@ -76,6 +78,7 @@ cpu2: cpu@200 {
power-domains = <&cpu_pd2>;
power-domain-names = "psci";
clocks = <&pdp_scmi_perf 0>;
+ #cooling-cells = <2>;
};
cpu3: cpu@300 {
@@ -87,6 +90,7 @@ cpu3: cpu@300 {
power-domains = <&cpu_pd3>;
power-domain-names = "psci";
clocks = <&pdp_scmi_perf 0>;
+ #cooling-cells = <2>;
};
cpu4: cpu@400 {
@@ -98,6 +102,7 @@ cpu4: cpu@400 {
power-domains = <&cpu_pd4>;
power-domain-names = "psci";
clocks = <&pdp_scmi_perf 0>;
+ #cooling-cells = <2>;
};
cpu5: cpu@500 {
@@ -109,6 +114,7 @@ cpu5: cpu@500 {
power-domains = <&cpu_pd5>;
power-domain-names = "psci";
clocks = <&pdp_scmi_perf 0>;
+ #cooling-cells = <2>;
};
cpu6: cpu@10000 {
@@ -120,6 +126,7 @@ cpu6: cpu@10000 {
power-domains = <&cpu_pd6>;
power-domain-names = "psci";
clocks = <&pdp_scmi_perf 1>;
+ #cooling-cells = <2>;
l2_1: l2-cache {
compatible = "cache";
@@ -137,6 +144,7 @@ cpu7: cpu@10100 {
power-domains = <&cpu_pd7>;
power-domain-names = "psci";
clocks = <&pdp_scmi_perf 1>;
+ #cooling-cells = <2>;
};
cpu-map {
---
base-commit: e6efabc0afca02efa263aba533f35d90117ab283
change-id: 20260414-cpufreq_kaanapali-f2866a18567c
Best regards,
--
Dipa Ramesh Mantre <dipa.mantre@xxxxxxxxxxxxxxxx>