summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMinghao Zhang <minghao@qti.qualcomm.com>2021-11-16 16:00:04 +0800
committerMinghao Zhang <minghao@qti.qualcomm.com>2021-11-16 16:00:04 +0800
commit38bee1f21011d9eae0cfd45360df8cbdd1de2bd4 (patch)
treee4ac4ca466ecee0b254cc29d08e7ea3d6a5e7c92
parent0c3688f3b18950e64b5ddd5c9eb801ed4cd8a9e9 (diff)
downloaddevicetree-38bee1f21011d9eae0cfd45360df8cbdd1de2bd4.tar.gz
ARM: dts: msm: Modify quiet-therm node name for Khaje QRD
For Khaje QRD modify quiet-therm node name by using quiet-thermal-step and change duplicated labels from "skin*" to "quiet*". Change-Id: I3b1ffd8c6ecb5f108e742b2cc828b1db80e3f5fe
-rw-r--r--qcom/khaje-qrd-pm7250b.dtsi12
-rw-r--r--qcom/khaje-qrd.dtsi38
2 files changed, 24 insertions, 26 deletions
diff --git a/qcom/khaje-qrd-pm7250b.dtsi b/qcom/khaje-qrd-pm7250b.dtsi
index cbe8509a..db33ce04 100644
--- a/qcom/khaje-qrd-pm7250b.dtsi
+++ b/qcom/khaje-qrd-pm7250b.dtsi
@@ -161,30 +161,30 @@
};
&thermal_zones {
- quiet-therm-step {
+ quiet-thermal-step {
cooling-maps {
quiet_batt_cdev1 {
- trip = <&skin_batt_trip0>;
+ trip = <&quiet_batt_trip0>;
cooling-device = <&pm7250b_charger 8 8>;
};
quiet_batt_cdev2 {
- trip = <&skin_batt_trip1>;
+ trip = <&quiet_batt_trip1>;
cooling-device = <&pm7250b_charger 12 12>;
};
quiet_batt_cdev3 {
- trip = <&skin_batt_trip2>;
+ trip = <&quiet_batt_trip2>;
cooling-device = <&pm7250b_charger 14 14>;
};
quiet_batt_cdev4 {
- trip = <&skin_batt_trip3>;
+ trip = <&quiet_batt_trip3>;
cooling-device = <&pm7250b_charger 16 16>;
};
quiet_batt_cdev5 {
- trip = <&skin_batt_trip4>;
+ trip = <&quiet_batt_trip4>;
cooling-device = <&pm7250b_charger 18 18>;
};
};
diff --git a/qcom/khaje-qrd.dtsi b/qcom/khaje-qrd.dtsi
index 711676c9..8ac99391 100644
--- a/qcom/khaje-qrd.dtsi
+++ b/qcom/khaje-qrd.dtsi
@@ -323,9 +323,7 @@
};
&thermal_zones {
- /delete-node/ quiet-therm-step;
-
- quiet-therm-step {
+ quiet-thermal-step {
polling-delay-passive = <2000>;
polling-delay = <0>;
thermal-governor = "step_wise";
@@ -333,67 +331,67 @@
wake-capable-sensor;
trips {
- skin_batt_trip0: batt-trip0 {
+ quiet_batt_trip0: batt-trip0 {
temperature = <41000>;
hysteresis = <2000>;
type = "passive";
};
- skin_modem_trip0: modem-trip0 {
+ quiet_modem_trip0: modem-trip0 {
temperature = <42000>;
hysteresis = <2000>;
type = "passive";
};
- skin_batt_trip1: batt-trip1 {
+ quiet_batt_trip1: batt-trip1 {
temperature = <43000>;
hysteresis = <2000>;
type = "passive";
};
- skin_batt_trip2: batt-trip2 {
+ quiet_batt_trip2: batt-trip2 {
temperature = <45000>;
hysteresis = <2000>;
type = "passive";
};
- skin_gold_trip: gold-trip {
+ quiet_gold_trip: gold-trip {
temperature = <47000>;
hysteresis = <0>;
type = "passive";
};
- skin_batt_trip3: batt-trip3 {
+ quiet_batt_trip3: batt-trip3 {
temperature = <47000>;
hysteresis = <2000>;
type = "passive";
};
- skin_batt_trip4: batt-trip4 {
+ quiet_batt_trip4: batt-trip4 {
temperature = <48000>;
hysteresis = <1000>;
type = "passive";
};
- skin_gpu_trip: gpu-trip {
+ quiet_gpu_trip: gpu-trip {
temperature = <48000>;
hysteresis = <4000>;
type = "passive";
};
- skin_silver_trip: silver-trip {
+ quiet_silver_trip: silver-trip {
temperature = <50000>;
hysteresis = <0>;
type = "passive";
};
- skin_hvx_trip: hvx-trip {
+ quiet_hvx_trip: hvx-trip {
temperature = <52000>;
hysteresis = <4000>;
type = "passive";
};
- skin_modem_trip1: modem-trip1 {
+ quiet_modem_trip1: modem-trip1 {
temperature = <60000>;
hysteresis = <4000>;
type = "passive";
@@ -402,38 +400,38 @@
cooling-maps {
gold_cdev {
- trip = <&skin_gold_trip>;
+ trip = <&quiet_gold_trip>;
/* limit to 1766400khz */
cooling-device = <&CPU4 THERMAL_NO_LIMIT
(THERMAL_MAX_LIMIT-4)>;
};
silver_cdev {
- trip = <&skin_silver_trip>;
+ trip = <&quiet_silver_trip>;
/* limit to 1516800khz */
cooling-device = <&CPU0 THERMAL_NO_LIMIT
(THERMAL_MAX_LIMIT-4)>;
};
gpu_cdev {
- trip = <&skin_gpu_trip>;
+ trip = <&quiet_gpu_trip>;
/* limit 785000000hz */
cooling-device = <&msm_gpu THERMAL_NO_LIMIT
(THERMAL_MAX_LIMIT-3)>;
};
hvx_cdev {
- trip = <&skin_hvx_trip>;
+ trip = <&quiet_hvx_trip>;
cooling-device = <&cdsp_sw 4 4>;
};
mdm_cdev0 {
- trip = <&skin_modem_trip0>;
+ trip = <&quiet_modem_trip0>;
cooling-device = <&modem_proc 1 1>;
};
mdm_cdev1 {
- trip = <&skin_modem_trip1>;
+ trip = <&quiet_modem_trip1>;
cooling-device = <&modem_proc 3 3>;
};
};