summaryrefslogtreecommitdiff
path: root/qcom/monaco-thermal-overlay.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'qcom/monaco-thermal-overlay.dtsi')
-rwxr-xr-xqcom/monaco-thermal-overlay.dtsi25
1 files changed, 7 insertions, 18 deletions
diff --git a/qcom/monaco-thermal-overlay.dtsi b/qcom/monaco-thermal-overlay.dtsi
index d9b05e60..6907536e 100755
--- a/qcom/monaco-thermal-overlay.dtsi
+++ b/qcom/monaco-thermal-overlay.dtsi
@@ -5,9 +5,7 @@
cooling-maps {
trip0_cpu0 {
trip = <&pm5100_trip0>;
- cooling-device =
- <&CPU0 (THERMAL_MAX_LIMIT-2)
- (THERMAL_MAX_LIMIT-2)>;
+ cooling-device = <&CPU0 1 1>;
};
trip1_cpu2 {
@@ -26,9 +24,7 @@
cooling-maps {
cpu0_cdev {
trip = <&bcl_lvl0>;
- cooling-device =
- <&CPU0 (THERMAL_MAX_LIMIT-1)
- (THERMAL_MAX_LIMIT-1)>;
+ cooling-device = <&CPU0 2 2>;
};
cpu2_cdev {
@@ -43,8 +39,7 @@
gpu_cdev {
trip = <&bcl_lvl0>;
- cooling-device = <&msm_gpu (THERMAL_MAX_LIMIT-2)
- (THERMAL_MAX_LIMIT-2)>;
+ cooling-device = <&msm_gpu 2 2>;
};
};
};
@@ -53,9 +48,7 @@
cooling-maps {
cpu0_cdev {
trip = <&bcl_lvl1>;
- cooling-device =
- <&CPU0 (THERMAL_MAX_LIMIT-1)
- (THERMAL_MAX_LIMIT-1)>;
+ cooling-device = <&CPU0 2 2>;
};
cpu1_cdev {
@@ -65,8 +58,7 @@
gpu_cdev {
trip = <&bcl_lvl1>;
- cooling-device = <&msm_gpu THERMAL_MAX_LIMIT
- THERMAL_MAX_LIMIT>;
+ cooling-device = <&msm_gpu 4 THERMAL_NO_LIMIT>;
};
};
};
@@ -81,9 +73,7 @@
cooling-maps {
soc_cpu0 {
trip = <&socd_trip>;
- cooling-device =
- <&CPU0 (THERMAL_MAX_LIMIT-2)
- (THERMAL_MAX_LIMIT-2)>;
+ cooling-device = <&CPU0 1 1>;
};
soc_cpu2 {
@@ -98,8 +88,7 @@
gpu_cdev {
trip = <&socd_trip>;
- cooling-device = <&msm_gpu (THERMAL_MAX_LIMIT-2)
- (THERMAL_MAX_LIMIT-2)>;
+ cooling-device = <&msm_gpu 2 2>;
};
};
};