Skip to content

Commit f2e55bb

Browse files
authored
Merge pull request #136 from gauravkohli1/gauravkohli1_lemans
Enable cpufreq cooling devices
2 parents edd8867 + e7a4d45 commit f2e55bb

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

arch/arm64/boot/dts/qcom/lemans.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
qcom,freq-domain = <&cpufreq_hw 0>;
5656
next-level-cache = <&l2_0>;
5757
capacity-dmips-mhz = <1024>;
58+
#cooling-cells = <2>;
5859
dynamic-power-coefficient = <100>;
5960
operating-points-v2 = <&cpu0_opp_table>;
6061
interconnects = <&gem_noc MASTER_APPSS_PROC QCOM_ICC_TAG_ACTIVE_ONLY
@@ -84,6 +85,7 @@
8485
qcom,freq-domain = <&cpufreq_hw 0>;
8586
next-level-cache = <&l2_1>;
8687
capacity-dmips-mhz = <1024>;
88+
#cooling-cells = <2>;
8789
dynamic-power-coefficient = <100>;
8890
operating-points-v2 = <&cpu0_opp_table>;
8991
interconnects = <&gem_noc MASTER_APPSS_PROC QCOM_ICC_TAG_ACTIVE_ONLY
@@ -108,6 +110,7 @@
108110
qcom,freq-domain = <&cpufreq_hw 0>;
109111
next-level-cache = <&l2_2>;
110112
capacity-dmips-mhz = <1024>;
113+
#cooling-cells = <2>;
111114
dynamic-power-coefficient = <100>;
112115
operating-points-v2 = <&cpu0_opp_table>;
113116
interconnects = <&gem_noc MASTER_APPSS_PROC QCOM_ICC_TAG_ACTIVE_ONLY
@@ -132,6 +135,7 @@
132135
qcom,freq-domain = <&cpufreq_hw 0>;
133136
next-level-cache = <&l2_3>;
134137
capacity-dmips-mhz = <1024>;
138+
#cooling-cells = <2>;
135139
dynamic-power-coefficient = <100>;
136140
operating-points-v2 = <&cpu0_opp_table>;
137141
interconnects = <&gem_noc MASTER_APPSS_PROC QCOM_ICC_TAG_ACTIVE_ONLY
@@ -156,6 +160,7 @@
156160
qcom,freq-domain = <&cpufreq_hw 1>;
157161
next-level-cache = <&l2_4>;
158162
capacity-dmips-mhz = <1024>;
163+
#cooling-cells = <2>;
159164
dynamic-power-coefficient = <100>;
160165
operating-points-v2 = <&cpu4_opp_table>;
161166
interconnects = <&gem_noc MASTER_APPSS_PROC QCOM_ICC_TAG_ACTIVE_ONLY
@@ -186,6 +191,7 @@
186191
qcom,freq-domain = <&cpufreq_hw 1>;
187192
next-level-cache = <&l2_5>;
188193
capacity-dmips-mhz = <1024>;
194+
#cooling-cells = <2>;
189195
dynamic-power-coefficient = <100>;
190196
operating-points-v2 = <&cpu4_opp_table>;
191197
interconnects = <&gem_noc MASTER_APPSS_PROC QCOM_ICC_TAG_ACTIVE_ONLY
@@ -210,6 +216,7 @@
210216
qcom,freq-domain = <&cpufreq_hw 1>;
211217
next-level-cache = <&l2_6>;
212218
capacity-dmips-mhz = <1024>;
219+
#cooling-cells = <2>;
213220
dynamic-power-coefficient = <100>;
214221
operating-points-v2 = <&cpu4_opp_table>;
215222
interconnects = <&gem_noc MASTER_APPSS_PROC QCOM_ICC_TAG_ACTIVE_ONLY
@@ -234,6 +241,7 @@
234241
qcom,freq-domain = <&cpufreq_hw 1>;
235242
next-level-cache = <&l2_7>;
236243
capacity-dmips-mhz = <1024>;
244+
#cooling-cells = <2>;
237245
dynamic-power-coefficient = <100>;
238246
operating-points-v2 = <&cpu4_opp_table>;
239247
interconnects = <&gem_noc MASTER_APPSS_PROC QCOM_ICC_TAG_ACTIVE_ONLY

0 commit comments

Comments
 (0)