arch/arm64/boot/dts/qcom/kaanapali.dtsi | 8 ++++++++ 1 file changed, 8 insertions(+)
From: Dipa Mantre <dipa.mantre@oss.qualcomm.com>
Add cooling-cells property to the CPU nodes to support cpufreq
cooling devices.
Signed-off-by: Dipa Mantre <dipa.mantre@oss.qualcomm.com>
---
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@oss.qualcomm.com>
On 4/15/26 12:57 PM, Dipa Mantre via B4 Relay wrote: > From: Dipa Mantre <dipa.mantre@oss.qualcomm.com> > > Add cooling-cells property to the CPU nodes to support cpufreq > cooling devices. > > Signed-off-by: Dipa Mantre <dipa.mantre@oss.qualcomm.com> > --- Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Konrad
On 4/15/2026 4:31 PM, Konrad Dybcio wrote: > On 4/15/26 12:57 PM, Dipa Mantre via B4 Relay wrote: >> From: Dipa Mantre <dipa.mantre@oss.qualcomm.com> >> >> Add cooling-cells property to the CPU nodes to support cpufreq >> cooling devices. >> >> Signed-off-by: Dipa Mantre <dipa.mantre@oss.qualcomm.com> >> --- > > Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> > > Konrad > thanks for this change: Reviewed-by: Gaurav Kohli <gaurav.kohli@oss.qualcomm.com>
On 4/16/2026 10:44 AM, Gaurav Kohli wrote: > > > On 4/15/2026 4:31 PM, Konrad Dybcio wrote: >> On 4/15/26 12:57 PM, Dipa Mantre via B4 Relay wrote: >>> From: Dipa Mantre <dipa.mantre@oss.qualcomm.com> >>> >>> Add cooling-cells property to the CPU nodes to support cpufreq >>> cooling devices. >>> >>> Signed-off-by: Dipa Mantre <dipa.mantre@oss.qualcomm.com> >>> --- >> >> Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> >> >> Konrad >> > > thanks for this change: > Reviewed-by: Gaurav Kohli <gaurav.kohli@oss.qualcomm.com> Thanks for review, gentle reminder to pick this patch. -- Thanks & Regards Dipa Mantre
© 2016 - 2026 Red Hat, Inc.