mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 08:51:30 +00:00
ARM: dts: qcom: Remove thermal-engine specific trip from pmic alarm tzones
PMIC alarm sensor thermal zones expects only 3 trips, adding additional trips will result in thermal zone registration failure in pmic adc driver. Remove added thermal-engine specific trip from alarm sensor thermal zones. Added logic in thermal-engine to handle trip violations without updating trip thresholds. Change-Id: I0c4f17af9e47fb41fe9b02834e1f96d4efcfb06b
This commit is contained in:
@@ -431,12 +431,6 @@
|
||||
thermal-sensors = <&pm7250b_tz>;
|
||||
|
||||
trips {
|
||||
thermal-engine-config {
|
||||
temperature = <125000>;
|
||||
hysteresis = <1000>;
|
||||
type = "passive";
|
||||
};
|
||||
|
||||
pm7250b_trip0: trip0 {
|
||||
temperature = <90000>;
|
||||
hysteresis = <0>;
|
||||
|
||||
@@ -39,12 +39,6 @@
|
||||
thermal-sensors = <&pm7325_tz>;
|
||||
|
||||
trips {
|
||||
thermal-engine-config {
|
||||
temperature = <125000>;
|
||||
hysteresis = <1000>;
|
||||
type = "passive";
|
||||
};
|
||||
|
||||
pm7325_trip0: trip0 {
|
||||
temperature = <95000>;
|
||||
hysteresis = <0>;
|
||||
|
||||
@@ -39,12 +39,6 @@
|
||||
thermal-sensors = <&pm8350_tz>;
|
||||
|
||||
trips {
|
||||
thermal-engine-config {
|
||||
temperature = <125000>;
|
||||
hysteresis = <1000>;
|
||||
type = "passive";
|
||||
};
|
||||
|
||||
pm8350_trip0: trip0 {
|
||||
temperature = <95000>;
|
||||
hysteresis = <0>;
|
||||
|
||||
@@ -231,12 +231,6 @@
|
||||
thermal-sensors = <&pm8350b_tz>;
|
||||
|
||||
trips {
|
||||
thermal-engine-config {
|
||||
temperature = <125000>;
|
||||
hysteresis = <1000>;
|
||||
type = "passive";
|
||||
};
|
||||
|
||||
pm8350b_trip0: trip0 {
|
||||
temperature = <90000>;
|
||||
hysteresis = <0>;
|
||||
|
||||
@@ -235,12 +235,6 @@
|
||||
thermal-sensors = <&pm8350c_tz>;
|
||||
|
||||
trips {
|
||||
thermal-engine-config {
|
||||
temperature = <125000>;
|
||||
hysteresis = <1000>;
|
||||
type = "passive";
|
||||
};
|
||||
|
||||
pm8350c_trip0: trip0 {
|
||||
temperature = <95000>;
|
||||
hysteresis = <0>;
|
||||
|
||||
@@ -39,12 +39,6 @@
|
||||
thermal-sensors = <&pm8450_tz>;
|
||||
|
||||
trips {
|
||||
thermal-engine-config {
|
||||
temperature = <125000>;
|
||||
hysteresis = <1000>;
|
||||
type = "passive";
|
||||
};
|
||||
|
||||
pm8450_trip0: trip0 {
|
||||
temperature = <95000>;
|
||||
hysteresis = <0>;
|
||||
|
||||
@@ -39,12 +39,6 @@
|
||||
thermal-sensors = <&pmr735a_tz>;
|
||||
|
||||
trips {
|
||||
thermal-engine-config {
|
||||
temperature = <125000>;
|
||||
hysteresis = <1000>;
|
||||
type = "passive";
|
||||
};
|
||||
|
||||
pmr735a_trip0: trip0 {
|
||||
temperature = <95000>;
|
||||
hysteresis = <0>;
|
||||
|
||||
@@ -39,12 +39,6 @@
|
||||
thermal-sensors = <&pmr735b_tz>;
|
||||
|
||||
trips {
|
||||
thermal-engine-config {
|
||||
temperature = <125000>;
|
||||
hysteresis = <1000>;
|
||||
type = "passive";
|
||||
};
|
||||
|
||||
pmr735b_trip0: trip0 {
|
||||
temperature = <95000>;
|
||||
hysteresis = <0>;
|
||||
|
||||
@@ -225,12 +225,6 @@
|
||||
thermal-sensors = <&pm8010i_tz>;
|
||||
|
||||
trips {
|
||||
thermal-engine-config {
|
||||
temperature = <125000>;
|
||||
hysteresis = <1000>;
|
||||
type = "passive";
|
||||
};
|
||||
|
||||
trip0 {
|
||||
temperature = <95000>;
|
||||
hysteresis = <0>;
|
||||
@@ -258,12 +252,6 @@
|
||||
thermal-sensors = <&pm8010j_tz>;
|
||||
|
||||
trips {
|
||||
thermal-engine-config {
|
||||
temperature = <125000>;
|
||||
hysteresis = <1000>;
|
||||
type = "passive";
|
||||
};
|
||||
|
||||
trip0 {
|
||||
temperature = <95000>;
|
||||
hysteresis = <0>;
|
||||
|
||||
Reference in New Issue
Block a user