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:
Gopala Krishna Nuthaki
2022-02-21 13:26:35 +05:30
parent 1cc1149296
commit cbca247390
9 changed files with 0 additions and 60 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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