ARM: dts: qcom: update thermal zone shutdown trip type for sun
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: Icf7aa1f1da57a22b96ede18fcee75ebebb92830b Signed-off-by: Manaf Meethalavalappu Pallikunhi <quic_manafm@quicinc.com>
This commit is contained in:
@@ -274,7 +274,7 @@
|
||||
pmih010x_trip1: trip1 {
|
||||
temperature = <115000>;
|
||||
hysteresis = <0>;
|
||||
type = "passive";
|
||||
type = "hot";
|
||||
};
|
||||
|
||||
pmih010x_trip2: trip2 {
|
||||
@@ -301,7 +301,7 @@
|
||||
pmih010x_lite_trip1: trip1 {
|
||||
temperature = <135000>;
|
||||
hysteresis = <0>;
|
||||
type = "passive";
|
||||
type = "hot";
|
||||
};
|
||||
|
||||
pmih010x_lite_trip2: trip2 {
|
||||
|
Reference in New Issue
Block a user