Commit 54c22ae5 authored by Rajeshwari's avatar Rajeshwari Committed by Bjorn Andersson

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: default avatarAmit Kucheria <amit.kucheria@linaro.org>
Signed-off-by: default avatarRajeshwari <rkambl@codeaurora.org>
Link: https://lore.kernel.org/r/1583394547-12779-2-git-send-email-rkambl@codeaurora.orgSigned-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
parent 663b7d41
......@@ -2471,6 +2471,12 @@ aoss0_alert0: trip-point0 {
hysteresis = <2000>;
type = "hot";
};
aoss0_crit: aoss0_crit {
temperature = <110000>;
hysteresis = <2000>;
type = "critical";
};
};
};
......@@ -2526,6 +2532,12 @@ gpuss0_alert0: trip-point0 {
hysteresis = <2000>;
type = "hot";
};
gpuss0_crit: gpuss0_crit {
temperature = <110000>;
hysteresis = <2000>;
type = "critical";
};
};
};
......@@ -2541,6 +2553,12 @@ gpuss1_alert0: trip-point0 {
hysteresis = <2000>;
type = "hot";
};
gpuss1_crit: gpuss1_crit {
temperature = <110000>;
hysteresis = <2000>;
type = "critical";
};
};
};
......@@ -2556,6 +2574,12 @@ aoss1_alert0: trip-point0 {
hysteresis = <2000>;
type = "hot";
};
aoss1_crit: aoss1_crit {
temperature = <110000>;
hysteresis = <2000>;
type = "critical";
};
};
};
......@@ -2571,6 +2595,12 @@ cwlan_alert0: trip-point0 {
hysteresis = <2000>;
type = "hot";
};
cwlan_crit: cwlan_crit {
temperature = <110000>;
hysteresis = <2000>;
type = "critical";
};
};
};
......@@ -2586,6 +2616,12 @@ audio_alert0: trip-point0 {
hysteresis = <2000>;
type = "hot";
};
audio_crit: audio_crit {
temperature = <110000>;
hysteresis = <2000>;
type = "critical";
};
};
};
......@@ -2601,6 +2637,12 @@ ddr_alert0: trip-point0 {
hysteresis = <2000>;
type = "hot";
};
ddr_crit: ddr_crit {
temperature = <110000>;
hysteresis = <2000>;
type = "critical";
};
};
};
......@@ -2616,6 +2658,12 @@ q6_hvx_alert0: trip-point0 {
hysteresis = <2000>;
type = "hot";
};
q6_hvx_crit: q6_hvx_crit {
temperature = <110000>;
hysteresis = <2000>;
type = "critical";
};
};
};
......@@ -2631,6 +2679,12 @@ camera_alert0: trip-point0 {
hysteresis = <2000>;
type = "hot";
};
camera_crit: camera_crit {
temperature = <110000>;
hysteresis = <2000>;
type = "critical";
};
};
};
......@@ -2646,6 +2700,12 @@ mdm_alert0: trip-point0 {
hysteresis = <2000>;
type = "hot";
};
mdm_crit: mdm_crit {
temperature = <110000>;
hysteresis = <2000>;
type = "critical";
};
};
};
......@@ -2661,6 +2721,12 @@ mdm_dsp_alert0: trip-point0 {
hysteresis = <2000>;
type = "hot";
};
mdm_dsp_crit: mdm_dsp_crit {
temperature = <110000>;
hysteresis = <2000>;
type = "critical";
};
};
};
......@@ -2676,6 +2742,12 @@ npu_alert0: trip-point0 {
hysteresis = <2000>;
type = "hot";
};
npu_crit: npu_crit {
temperature = <110000>;
hysteresis = <2000>;
type = "critical";
};
};
};
......@@ -2691,6 +2763,12 @@ video_alert0: trip-point0 {
hysteresis = <2000>;
type = "hot";
};
video_crit: video_crit {
temperature = <110000>;
hysteresis = <2000>;
type = "critical";
};
};
};
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment