mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 08:51:30 +00:00
ARM: dts: msm: Add a two second polling for PMIC alarm in lahaina
Add a two second polling for PMIC temperature alarm sensor to ensure the software is in sync with hardware. Change-Id: I5d0fc8eba6295b338252833581207d2ab189e33b
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
&thermal_zones {
|
||||
pm8350_temp_alarm: pm8350_tz {
|
||||
polling-delay-passive = <100>;
|
||||
polling-delay = <0>;
|
||||
polling-delay = <2000>;
|
||||
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 = <0>;
|
||||
polling-delay = <2000>;
|
||||
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 = <0>;
|
||||
polling-delay = <2000>;
|
||||
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 = <0>;
|
||||
polling-delay = <2000>;
|
||||
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 = <0>;
|
||||
polling-delay = <2000>;
|
||||
thermal-governor = "step_wise";
|
||||
thermal-sensors = <&pmr735b_tz>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user