mirror of
https://github.com/torvalds/linux.git
synced 2026-09-26 18:12:03 +02:00
arm64: dts: qcom: eliza: Enable cpufreq cooling devices
Add cooling-cells property to the CPU nodes to support cpufreq cooling devices. Signed-off-by: Haritha S K <haritha.k@oss.qualcomm.com> Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Link: https://lore.kernel.org/r/20260724-eliza-cpufreq-v1-1-38f01e47f0f1@oss.qualcomm.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
parent
fe76d6b32e
commit
4baf28ab62
|
|
@ -45,6 +45,7 @@ cpu0: cpu@0 {
|
|||
dynamic-power-coefficient = <100>;
|
||||
|
||||
qcom,freq-domain = <&cpufreq_hw 0>;
|
||||
#cooling-cells = <2>;
|
||||
|
||||
l2_0: l2-cache {
|
||||
compatible = "cache";
|
||||
|
|
@ -76,6 +77,7 @@ cpu1: cpu@100 {
|
|||
dynamic-power-coefficient = <100>;
|
||||
|
||||
qcom,freq-domain = <&cpufreq_hw 0>;
|
||||
#cooling-cells = <2>;
|
||||
};
|
||||
|
||||
cpu2: cpu@200 {
|
||||
|
|
@ -94,6 +96,7 @@ cpu2: cpu@200 {
|
|||
dynamic-power-coefficient = <100>;
|
||||
|
||||
qcom,freq-domain = <&cpufreq_hw 0>;
|
||||
#cooling-cells = <2>;
|
||||
|
||||
l2_2: l2-cache {
|
||||
compatible = "cache";
|
||||
|
|
@ -119,6 +122,7 @@ cpu3: cpu@300 {
|
|||
dynamic-power-coefficient = <238>;
|
||||
|
||||
qcom,freq-domain = <&cpufreq_hw 1>;
|
||||
#cooling-cells = <2>;
|
||||
|
||||
l2_3: l2-cache {
|
||||
compatible = "cache";
|
||||
|
|
@ -144,6 +148,7 @@ cpu4: cpu@400 {
|
|||
dynamic-power-coefficient = <238>;
|
||||
|
||||
qcom,freq-domain = <&cpufreq_hw 1>;
|
||||
#cooling-cells = <2>;
|
||||
|
||||
l2_4: l2-cache {
|
||||
compatible = "cache";
|
||||
|
|
@ -169,6 +174,7 @@ cpu5: cpu@500 {
|
|||
dynamic-power-coefficient = <238>;
|
||||
|
||||
qcom,freq-domain = <&cpufreq_hw 1>;
|
||||
#cooling-cells = <2>;
|
||||
|
||||
l2_5: l2-cache {
|
||||
compatible = "cache";
|
||||
|
|
@ -194,6 +200,7 @@ cpu6: cpu@600 {
|
|||
dynamic-power-coefficient = <238>;
|
||||
|
||||
qcom,freq-domain = <&cpufreq_hw 1>;
|
||||
#cooling-cells = <2>;
|
||||
|
||||
l2_6: l2-cache {
|
||||
compatible = "cache";
|
||||
|
|
@ -219,6 +226,7 @@ cpu7: cpu@700 {
|
|||
dynamic-power-coefficient = <588>;
|
||||
|
||||
qcom,freq-domain = <&cpufreq_hw 2>;
|
||||
#cooling-cells = <2>;
|
||||
|
||||
l2_7: l2-cache {
|
||||
compatible = "cache";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user