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:
Manaf Meethalavalappu Pallikunhi
2024-03-05 11:30:52 +05:30
parent 6551f93dd2
commit 79a44b80b6
9 changed files with 76 additions and 70 deletions

View File

@@ -1,6 +1,6 @@
// SPDX-License-Identifier: BSD-3-Clause
/*
* Copyright (c) 2022-2023 Qualcomm Innovation Center, Inc. All rights reserved.
* Copyright (c) 2022-2024 Qualcomm Innovation Center, Inc. All rights reserved.
*/
#include <dt-bindings/interrupt-controller/irq.h>
@@ -127,7 +127,7 @@
pm8550ve_d_trip1: trip1 {
temperature = <115000>;
hysteresis = <0>;
type = "passive";
type = "hot";
};
pm8550ve_d_trip2: trip2 {
@@ -155,7 +155,7 @@
pm8550ve_f_trip1: trip1 {
temperature = <115000>;
hysteresis = <0>;
type = "passive";
type = "hot";
};
pm8550ve_f_trip2: trip2 {
@@ -183,7 +183,7 @@
pm8550ve_g_trip1: trip1 {
temperature = <115000>;
hysteresis = <0>;
type = "passive";
type = "hot";
};
pm8550ve_g_trip2: trip2 {
@@ -211,7 +211,7 @@
pm8550ve_i_trip1: trip1 {
temperature = <115000>;
hysteresis = <0>;
type = "passive";
type = "hot";
};
pm8550ve_i_trip2: trip2 {