summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGopala Krishna Nuthaki <gnuthaki@qti.qualcomm.com>2021-09-16 18:13:43 +0530
committerGopala Krishna Nuthaki <gnuthaki@qti.qualcomm.com>2021-09-16 18:13:43 +0530
commitaa45fb139666f05fe3fbdfecbfc02c078f0fb6e6 (patch)
tree94f8ce15030ffaa6645558874c437a16fcc6e063
parent4a1a63fee600558683bad663068f41216bc00f3d (diff)
downloaddevicetree-aa45fb139666f05fe3fbdfecbfc02c078f0fb6e6.tar.gz
ARM: dts: msm: Update skin thermal zone mitigations for KHAJE
Update quiet-therm skin thermal zone mitigations for khaje based on latest recommendation. Change-Id: I7a6898f2acb9916ea467913761e53c46f6329393
-rw-r--r--qcom/khaje-qrd.dtsi8
1 files changed, 8 insertions, 0 deletions
diff --git a/qcom/khaje-qrd.dtsi b/qcom/khaje-qrd.dtsi
index 2b05b4f6..51df295e 100644
--- a/qcom/khaje-qrd.dtsi
+++ b/qcom/khaje-qrd.dtsi
@@ -325,6 +325,14 @@
&thermal_zones {
quiet-therm-step {
status = "ok";
+
+ cooling-maps {
+ silver_cdev {
+ /* limit to 1516800khz */
+ cooling-device = <&CPU0 THERMAL_NO_LIMIT
+ (THERMAL_MAX_LIMIT-4)>;
+ };
+ };
};
};