summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--r11_battery_root.dtsi2
-rw-r--r--r11_evt1_battery.dtsi2
2 files changed, 2 insertions, 2 deletions
diff --git a/r11_battery_root.dtsi b/r11_battery_root.dtsi
index 9114ab1..d3972aa 100644
--- a/r11_battery_root.dtsi
+++ b/r11_battery_root.dtsi
@@ -234,7 +234,7 @@ thermal_zones: thermal-zones {
thermal-sensors = <&tsmab104_ntc 0>;
};
batt_ntc: BATT_NTC {
- polling-delay = <1000>; /* milliseconds */
+ polling-delay = <10000>; /* milliseconds */
polling-delay-passive = <0>; /* milliseconds */
thermal-sensors = <&tsmab104_ntc 1>;
};
diff --git a/r11_evt1_battery.dtsi b/r11_evt1_battery.dtsi
index 2ac0033..d8c83dc 100644
--- a/r11_evt1_battery.dtsi
+++ b/r11_evt1_battery.dtsi
@@ -35,7 +35,7 @@
};
&ppg_ntc {
- polling-delay = <1000>; /* milliseconds */
+ polling-delay = <10000>; /* milliseconds */
polling-delay-passive = <0>; /* milliseconds */
thermal-sensors = <&tsmab104_ntc 4>;
governor = "bang_bang";