ARM: dts: qcom: update thermal zone shutdown trip type for parrot
Use "hot" trip type for thermal zone software shutdown trip for all thermal zones. It just notifies userspace thermal manager which in turn triggers a graceful shutdown. Change-Id: I9c8d9e2db08941a93683993711c17705a78c8e3a Signed-off-by: Nitesh Kumar <quic_nitekuma@quicinc.com>
This commit is contained in:
@@ -58,16 +58,16 @@
|
||||
type = "passive";
|
||||
};
|
||||
|
||||
pm6450_trip1: trip1 {
|
||||
trip1 {
|
||||
temperature = <115000>;
|
||||
hysteresis = <0>;
|
||||
type = "passive";
|
||||
type = "hot";
|
||||
};
|
||||
|
||||
trip2 {
|
||||
temperature = <145000>;
|
||||
hysteresis = <0>;
|
||||
type = "passive";
|
||||
type = "critical";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user