summaryrefslogtreecommitdiff
path: root/qcom/kona-qrd.dtsi
diff options
context:
space:
mode:
authorMinghao Zhang <minghao@qti.qualcomm.com>2020-05-18 18:11:10 +0800
committerMinghao Zhang <minghao@qti.qualcomm.com>2020-05-18 18:11:10 +0800
commit4fec22fbd66bbfe20cd719c3908a9076d14f3abf (patch)
tree192b4c48c576a4b50346c6f6bf4a483bb42d2d75 /qcom/kona-qrd.dtsi
parent936d8cbf72959fe7f584514f2dc9a7d3775f5abb (diff)
downloaddevicetree-4fec22fbd66bbfe20cd719c3908a9076d14f3abf.tar.gz
ARM: dts: qcom: modify skin thermal mitigation for Kona QRD
Modify skin thermal mitigation and disable skin thermal zone on Kona QRD platform. Change-Id: I45647ff617dd3450f22a3c38142635a3d17d6001
Diffstat (limited to 'qcom/kona-qrd.dtsi')
-rw-r--r--qcom/kona-qrd.dtsi7
1 files changed, 4 insertions, 3 deletions
diff --git a/qcom/kona-qrd.dtsi b/qcom/kona-qrd.dtsi
index 7292ccbe..14ff797c 100644
--- a/qcom/kona-qrd.dtsi
+++ b/qcom/kona-qrd.dtsi
@@ -897,22 +897,23 @@
thermal-governor = "step_wise";
thermal-sensors = <&pm8150_adc_tm ADC_AMUX_THM1_PU2>;
wake-capable-sensor;
+ disable-thermal-zone;
trips {
skin_therm0: active-config0 {
- temperature = <52000>;
+ temperature = <62000>;
hysteresis = <5000>;
type = "passive";
};
skin_therm1: active-config1 {
- temperature = <55000>;
+ temperature = <65000>;
hysteresis = <5000>;
type = "passive";
};
skin_therm2: active-config2 {
- temperature = <62000>;
+ temperature = <72000>;
hysteresis = <2000>;
type = "passive";
};