arm64: dts: qcom: sc7180: Added critical trip point Thermal-zones node
To enable kernel critical shutdown feature added critical trip point to all non CPU sensors to perform shutdown in orderly manner. Reviewed-by: Amit Kucheria <amit.kucheria@linaro.org> Signed-off-by: Rajeshwari <rkambl@codeaurora.org> Link: https://lore.kernel.org/r/1583394547-12779-2-git-send-email-rkambl@codeaurora.org Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
This commit is contained in:
parent
663b7d41d5
commit
54c22ae53d
|
@ -2471,6 +2471,12 @@
|
|||
hysteresis = <2000>;
|
||||
type = "hot";
|
||||
};
|
||||
|
||||
aoss0_crit: aoss0_crit {
|
||||
temperature = <110000>;
|
||||
hysteresis = <2000>;
|
||||
type = "critical";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -2526,6 +2532,12 @@
|
|||
hysteresis = <2000>;
|
||||
type = "hot";
|
||||
};
|
||||
|
||||
gpuss0_crit: gpuss0_crit {
|
||||
temperature = <110000>;
|
||||
hysteresis = <2000>;
|
||||
type = "critical";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -2541,6 +2553,12 @@
|
|||
hysteresis = <2000>;
|
||||
type = "hot";
|
||||
};
|
||||
|
||||
gpuss1_crit: gpuss1_crit {
|
||||
temperature = <110000>;
|
||||
hysteresis = <2000>;
|
||||
type = "critical";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -2556,6 +2574,12 @@
|
|||
hysteresis = <2000>;
|
||||
type = "hot";
|
||||
};
|
||||
|
||||
aoss1_crit: aoss1_crit {
|
||||
temperature = <110000>;
|
||||
hysteresis = <2000>;
|
||||
type = "critical";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -2571,6 +2595,12 @@
|
|||
hysteresis = <2000>;
|
||||
type = "hot";
|
||||
};
|
||||
|
||||
cwlan_crit: cwlan_crit {
|
||||
temperature = <110000>;
|
||||
hysteresis = <2000>;
|
||||
type = "critical";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -2586,6 +2616,12 @@
|
|||
hysteresis = <2000>;
|
||||
type = "hot";
|
||||
};
|
||||
|
||||
audio_crit: audio_crit {
|
||||
temperature = <110000>;
|
||||
hysteresis = <2000>;
|
||||
type = "critical";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -2601,6 +2637,12 @@
|
|||
hysteresis = <2000>;
|
||||
type = "hot";
|
||||
};
|
||||
|
||||
ddr_crit: ddr_crit {
|
||||
temperature = <110000>;
|
||||
hysteresis = <2000>;
|
||||
type = "critical";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -2616,6 +2658,12 @@
|
|||
hysteresis = <2000>;
|
||||
type = "hot";
|
||||
};
|
||||
|
||||
q6_hvx_crit: q6_hvx_crit {
|
||||
temperature = <110000>;
|
||||
hysteresis = <2000>;
|
||||
type = "critical";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -2631,6 +2679,12 @@
|
|||
hysteresis = <2000>;
|
||||
type = "hot";
|
||||
};
|
||||
|
||||
camera_crit: camera_crit {
|
||||
temperature = <110000>;
|
||||
hysteresis = <2000>;
|
||||
type = "critical";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -2646,6 +2700,12 @@
|
|||
hysteresis = <2000>;
|
||||
type = "hot";
|
||||
};
|
||||
|
||||
mdm_crit: mdm_crit {
|
||||
temperature = <110000>;
|
||||
hysteresis = <2000>;
|
||||
type = "critical";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -2661,6 +2721,12 @@
|
|||
hysteresis = <2000>;
|
||||
type = "hot";
|
||||
};
|
||||
|
||||
mdm_dsp_crit: mdm_dsp_crit {
|
||||
temperature = <110000>;
|
||||
hysteresis = <2000>;
|
||||
type = "critical";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -2676,6 +2742,12 @@
|
|||
hysteresis = <2000>;
|
||||
type = "hot";
|
||||
};
|
||||
|
||||
npu_crit: npu_crit {
|
||||
temperature = <110000>;
|
||||
hysteresis = <2000>;
|
||||
type = "critical";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -2691,6 +2763,12 @@
|
|||
hysteresis = <2000>;
|
||||
type = "hot";
|
||||
};
|
||||
|
||||
video_crit: video_crit {
|
||||
temperature = <110000>;
|
||||
hysteresis = <2000>;
|
||||
type = "critical";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue