mirror of
https://github.com/torvalds/linux.git
synced 2026-09-26 10:02:02 +02:00
arm64: dts: qcom: kaanapali: Enable cpufreq cooling devices
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> Reviewed-by: Gaurav Kohli <gaurav.kohli@oss.qualcomm.com> Link: https://lore.kernel.org/r/20260415-cpufreq_kaanapali-v1-1-1fa94105d5c2@oss.qualcomm.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
parent
9f41cb88ad
commit
d9b05c9843
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user