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:
Nitesh Kumar
2024-05-27 16:00:26 +05:30
parent 7a4a7daa18
commit 015ec04111
4 changed files with 134 additions and 134 deletions

View File

@@ -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";
};
};
};