mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 04:59:05 +00:00
Revert "ARM: dts: msm: Add a two second polling for PMIC alarm in lahaina"
This reverts commit 9f163a1164.
The two second polling could trigger a shutdown when there is spurious
high temperature read in ADC sensor.
Change-Id: I2aee6827ff7caefddd881dafb77e85646515b013
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
&thermal_zones {
|
||||
pm8350_temp_alarm: pm8350_tz {
|
||||
polling-delay-passive = <100>;
|
||||
polling-delay = <2000>;
|
||||
polling-delay = <0>;
|
||||
thermal-governor = "step_wise";
|
||||
thermal-sensors = <&pm8350_tz>;
|
||||
|
||||
|
||||
@@ -223,7 +223,7 @@
|
||||
&thermal_zones {
|
||||
pm8350b_temp_alarm: pm8350b_tz {
|
||||
polling-delay-passive = <100>;
|
||||
polling-delay = <2000>;
|
||||
polling-delay = <0>;
|
||||
thermal-governor = "step_wise";
|
||||
thermal-sensors = <&pm8350b_tz>;
|
||||
|
||||
|
||||
@@ -230,7 +230,7 @@
|
||||
&thermal_zones {
|
||||
pm8350c_temp_alarm: pm8350c_tz {
|
||||
polling-delay-passive = <100>;
|
||||
polling-delay = <2000>;
|
||||
polling-delay = <0>;
|
||||
thermal-governor = "step_wise";
|
||||
thermal-sensors = <&pm8350c_tz>;
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
&thermal_zones {
|
||||
pmr735a_temp_alarm: pmr735a_tz {
|
||||
polling-delay-passive = <100>;
|
||||
polling-delay = <2000>;
|
||||
polling-delay = <0>;
|
||||
thermal-governor = "step_wise";
|
||||
thermal-sensors = <&pmr735a_tz>;
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
&thermal_zones {
|
||||
pmr735b_temp_alarm: pmr735b_tz {
|
||||
polling-delay-passive = <100>;
|
||||
polling-delay = <2000>;
|
||||
polling-delay = <0>;
|
||||
thermal-governor = "step_wise";
|
||||
thermal-sensors = <&pmr735b_tz>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user