Merge "ARM: dts: qcom: update thermal zone reset trip for tsens for sun"

This commit is contained in:
qctecmdr
2024-03-25 17:35:16 -07:00
committed by Gerrit - the friendly Code Review server
9 changed files with 170 additions and 164 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>
@@ -58,7 +58,7 @@
trip1 {
temperature = <115000>;
hysteresis = <0>;
type = "critical";
type = "hot";
};
trip2 {
@@ -85,7 +85,7 @@
trip1 {
temperature = <115000>;
hysteresis = <0>;
type = "critical";
type = "hot";
};
trip2 {

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>
@@ -201,7 +201,7 @@
pm8550_trip1: trip1 {
temperature = <115000>;
hysteresis = <0>;
type = "passive";
type = "hot";
};
pm8550_trip2: trip2 {

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 {

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>
@@ -175,7 +175,7 @@
pm8550vs_c_trip1: trip1 {
temperature = <115000>;
hysteresis = <0>;
type = "passive";
type = "hot";
};
pm8550vs_c_trip2: trip2 {
@@ -203,7 +203,7 @@
pm8550vs_d_trip1: trip1 {
temperature = <115000>;
hysteresis = <0>;
type = "passive";
type = "hot";
};
pm8550vs_d_trip2: trip2 {
@@ -231,7 +231,7 @@
pm8550vs_e_trip1: trip1 {
temperature = <115000>;
hysteresis = <0>;
type = "passive";
type = "hot";
};
pm8550vs_e_trip2: trip2 {
@@ -259,7 +259,7 @@
pm8550vs_f_trip1: trip1 {
temperature = <115000>;
hysteresis = <0>;
type = "passive";
type = "hot";
};
pm8550vs_f_trip2: trip2 {
@@ -287,7 +287,7 @@
pm8550vs_g_trip1: trip1 {
temperature = <115000>;
hysteresis = <0>;
type = "passive";
type = "hot";
};
pm8550vs_g_trip2: trip2 {
@@ -315,7 +315,7 @@
pm8550vs_j_trip1: trip1 {
temperature = <115000>;
hysteresis = <0>;
type = "passive";
type = "hot";
};
pm8550vs_j_trip2: trip2 {

View File

@@ -1,6 +1,6 @@
// SPDX-License-Identifier: BSD-3-Clause
/*
* Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
* Copyright (c) 2023-2024 Qualcomm Innovation Center, Inc. All rights reserved.
*/
#include <dt-bindings/interrupt-controller/irq.h>
@@ -111,7 +111,7 @@
pmd802x_trip1: trip1 {
temperature = <115000>;
hysteresis = <0>;
type = "passive";
type = "hot";
};
pmd802x_trip2: trip2 {

View File

@@ -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 {

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>
@@ -53,7 +53,7 @@
pmr735d_trip1: trip1 {
temperature = <115000>;
hysteresis = <0>;
type = "passive";
type = "hot";
};
pmr735d_trip2: trip2 {

View File

@@ -370,6 +370,12 @@
type = "passive";
};
shutdown-trip {
temperature = <90000>;
hysteresis = <0>;
type = "hot";
};
display_test_config1: display-test-config1 {
temperature = <125000>;
hysteresis = <1000>;

View File

@@ -309,9 +309,9 @@
};
reset-mon-cfg {
temperature = <125000>;
hysteresis = <5000>;
type = "passive";
temperature = <115000>;
hysteresis = <0>;
type = "hot";
};
};
};
@@ -346,9 +346,9 @@
};
reset-mon-cfg {
temperature = <125000>;
hysteresis = <5000>;
type = "passive";
temperature = <115000>;
hysteresis = <0>;
type = "hot";
};
};
@@ -395,9 +395,9 @@
};
reset-mon-cfg {
temperature = <125000>;
hysteresis = <5000>;
type = "passive";
temperature = <115000>;
hysteresis = <0>;
type = "hot";
};
};
@@ -444,9 +444,9 @@
};
reset-mon-cfg {
temperature = <125000>;
hysteresis = <5000>;
type = "passive";
temperature = <115000>;
hysteresis = <0>;
type = "hot";
};
};
@@ -493,9 +493,9 @@
};
reset-mon-cfg {
temperature = <125000>;
hysteresis = <5000>;
type = "passive";
temperature = <115000>;
hysteresis = <0>;
type = "hot";
};
};
@@ -542,9 +542,9 @@
};
reset-mon-cfg {
temperature = <125000>;
hysteresis = <5000>;
type = "passive";
temperature = <115000>;
hysteresis = <0>;
type = "hot";
};
};
@@ -591,9 +591,9 @@
};
reset-mon-cfg {
temperature = <125000>;
hysteresis = <5000>;
type = "passive";
temperature = <115000>;
hysteresis = <0>;
type = "hot";
};
};
@@ -640,9 +640,9 @@
};
reset-mon-cfg {
temperature = <125000>;
hysteresis = <5000>;
type = "passive";
temperature = <115000>;
hysteresis = <0>;
type = "hot";
};
};
@@ -689,9 +689,9 @@
};
reset-mon-cfg {
temperature = <125000>;
hysteresis = <5000>;
type = "passive";
temperature = <115000>;
hysteresis = <0>;
type = "hot";
};
};
@@ -738,9 +738,9 @@
};
reset-mon-cfg {
temperature = <125000>;
hysteresis = <5000>;
type = "passive";
temperature = <115000>;
hysteresis = <0>;
type = "hot";
};
};
@@ -787,9 +787,9 @@
};
reset-mon-cfg {
temperature = <125000>;
hysteresis = <5000>;
type = "passive";
temperature = <115000>;
hysteresis = <0>;
type = "hot";
};
};
@@ -836,9 +836,9 @@
};
reset-mon-cfg {
temperature = <125000>;
hysteresis = <5000>;
type = "passive";
temperature = <115000>;
hysteresis = <0>;
type = "hot";
};
};
@@ -885,9 +885,9 @@
};
reset-mon-cfg {
temperature = <125000>;
hysteresis = <5000>;
type = "passive";
temperature = <115000>;
hysteresis = <0>;
type = "hot";
};
};
@@ -916,9 +916,9 @@
};
reset-mon-cfg {
temperature = <125000>;
hysteresis = <5000>;
type = "passive";
temperature = <115000>;
hysteresis = <0>;
type = "hot";
};
};
};
@@ -935,9 +935,9 @@
};
reset-mon-cfg {
temperature = <125000>;
hysteresis = <5000>;
type = "passive";
temperature = <115000>;
hysteresis = <0>;
type = "hot";
};
};
};
@@ -954,9 +954,9 @@
};
reset-mon-cfg {
temperature = <125000>;
hysteresis = <5000>;
type = "passive";
temperature = <115000>;
hysteresis = <0>;
type = "hot";
};
};
};
@@ -991,9 +991,9 @@
};
reset-mon-cfg {
temperature = <125000>;
hysteresis = <5000>;
type = "passive";
temperature = <115000>;
hysteresis = <0>;
type = "hot";
};
};
@@ -1040,9 +1040,9 @@
};
reset-mon-cfg {
temperature = <125000>;
hysteresis = <5000>;
type = "passive";
temperature = <115000>;
hysteresis = <0>;
type = "hot";
};
};
@@ -1089,9 +1089,9 @@
};
reset-mon-cfg {
temperature = <125000>;
hysteresis = <5000>;
type = "passive";
temperature = <115000>;
hysteresis = <0>;
type = "hot";
};
};
@@ -1138,9 +1138,9 @@
};
reset-mon-cfg {
temperature = <125000>;
hysteresis = <5000>;
type = "passive";
temperature = <115000>;
hysteresis = <0>;
type = "hot";
};
};
@@ -1169,9 +1169,9 @@
};
reset-mon-cfg {
temperature = <125000>;
hysteresis = <5000>;
type = "passive";
temperature = <115000>;
hysteresis = <0>;
type = "hot";
};
};
};
@@ -1188,9 +1188,9 @@
};
reset-mon-cfg {
temperature = <125000>;
hysteresis = <5000>;
type = "passive";
temperature = <115000>;
hysteresis = <0>;
type = "hot";
};
};
};
@@ -1213,9 +1213,9 @@
};
reset-mon-cfg {
temperature = <125000>;
hysteresis = <5000>;
type = "passive";
temperature = <115000>;
hysteresis = <0>;
type = "hot";
};
};
};
@@ -1238,9 +1238,9 @@
};
reset-mon-cfg {
temperature = <125000>;
hysteresis = <5000>;
type = "passive";
temperature = <115000>;
hysteresis = <0>;
type = "hot";
};
};
};
@@ -1263,9 +1263,9 @@
};
reset-mon-cfg {
temperature = <125000>;
hysteresis = <5000>;
type = "passive";
temperature = <115000>;
hysteresis = <0>;
type = "hot";
};
};
};
@@ -1288,9 +1288,9 @@
};
reset-mon-cfg {
temperature = <125000>;
hysteresis = <5000>;
type = "passive";
temperature = <115000>;
hysteresis = <0>;
type = "hot";
};
};
};
@@ -1313,9 +1313,9 @@
};
reset-mon-cfg {
temperature = <125000>;
hysteresis = <5000>;
type = "passive";
temperature = <115000>;
hysteresis = <0>;
type = "hot";
};
};
};
@@ -1338,9 +1338,9 @@
};
reset-mon-cfg {
temperature = <125000>;
hysteresis = <5000>;
type = "passive";
temperature = <115000>;
hysteresis = <0>;
type = "hot";
};
};
};
@@ -1363,9 +1363,9 @@
};
reset-mon-cfg {
temperature = <125000>;
hysteresis = <5000>;
type = "passive";
temperature = <115000>;
hysteresis = <0>;
type = "hot";
};
};
};
@@ -1388,9 +1388,9 @@
};
reset-mon-cfg {
temperature = <125000>;
hysteresis = <5000>;
type = "passive";
temperature = <115000>;
hysteresis = <0>;
type = "hot";
};
};
@@ -1414,9 +1414,9 @@
};
reset-mon-cfg {
temperature = <125000>;
hysteresis = <5000>;
type = "passive";
temperature = <115000>;
hysteresis = <0>;
type = "hot";
};
};
};
@@ -1445,9 +1445,9 @@
};
reset-mon-cfg {
temperature = <125000>;
hysteresis = <5000>;
type = "passive";
temperature = <115000>;
hysteresis = <0>;
type = "hot";
};
};
@@ -1483,9 +1483,9 @@
};
reset-mon-cfg {
temperature = <125000>;
hysteresis = <5000>;
type = "passive";
temperature = <115000>;
hysteresis = <0>;
type = "hot";
};
};
@@ -1521,9 +1521,9 @@
};
reset-mon-cfg {
temperature = <125000>;
hysteresis = <5000>;
type = "passive";
temperature = <115000>;
hysteresis = <0>;
type = "hot";
};
};
@@ -1559,9 +1559,9 @@
};
reset-mon-cfg {
temperature = <125000>;
hysteresis = <5000>;
type = "passive";
temperature = <115000>;
hysteresis = <0>;
type = "hot";
};
};
@@ -1597,9 +1597,9 @@
};
reset-mon-cfg {
temperature = <125000>;
hysteresis = <5000>;
type = "passive";
temperature = <115000>;
hysteresis = <0>;
type = "hot";
};
};
@@ -1635,9 +1635,9 @@
};
reset-mon-cfg {
temperature = <125000>;
hysteresis = <5000>;
type = "passive";
temperature = <115000>;
hysteresis = <0>;
type = "hot";
};
};
@@ -1673,9 +1673,9 @@
};
reset-mon-cfg {
temperature = <125000>;
hysteresis = <5000>;
type = "passive";
temperature = <115000>;
hysteresis = <0>;
type = "hot";
};
};
@@ -1711,9 +1711,9 @@
};
reset-mon-cfg {
temperature = <125000>;
hysteresis = <5000>;
type = "passive";
temperature = <115000>;
hysteresis = <0>;
type = "hot";
};
};
@@ -1755,9 +1755,9 @@
};
reset-mon-cfg {
temperature = <125000>;
hysteresis = <5000>;
type = "passive";
temperature = <115000>;
hysteresis = <0>;
type = "hot";
};
};
@@ -1819,9 +1819,9 @@
};
reset-mon-cfg {
temperature = <125000>;
hysteresis = <5000>;
type = "passive";
temperature = <115000>;
hysteresis = <0>;
type = "hot";
};
};
@@ -1883,9 +1883,9 @@
};
reset-mon-cfg {
temperature = <125000>;
hysteresis = <5000>;
type = "passive";
temperature = <115000>;
hysteresis = <0>;
type = "hot";
};
};
@@ -1947,9 +1947,9 @@
};
reset-mon-cfg {
temperature = <125000>;
hysteresis = <5000>;
type = "passive";
temperature = <115000>;
hysteresis = <0>;
type = "hot";
};
};
@@ -1993,9 +1993,9 @@
};
reset-mon-cfg {
temperature = <125000>;
hysteresis = <5000>;
type = "passive";
temperature = <115000>;
hysteresis = <0>;
type = "hot";
};
};
};
@@ -2012,9 +2012,9 @@
};
reset-mon-cfg {
temperature = <125000>;
hysteresis = <5000>;
type = "passive";
temperature = <115000>;
hysteresis = <0>;
type = "hot";
};
};
};
@@ -2031,9 +2031,9 @@
};
reset-mon-cfg {
temperature = <125000>;
hysteresis = <5000>;
type = "passive";
temperature = <115000>;
hysteresis = <0>;
type = "hot";
};
};
};
@@ -2050,9 +2050,9 @@
};
reset-mon-cfg {
temperature = <125000>;
hysteresis = <5000>;
type = "passive";
temperature = <115000>;
hysteresis = <0>;
type = "hot";
};
};
};