Commit b3f0d522 authored by Konrad Dybcio's avatar Konrad Dybcio Committed by Bjorn Andersson

arm64: dts: qcom: msm8916-*: Remove thermal zone polling delays

All of the thermal zone suppliers are interrupt-driven, remove the
bogus and unnecessary polling that only wastes CPU time.
Signed-off-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20240510-topic-msm-polling-cleanup-v2-4-436ca4218da2@linaro.orgSigned-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent 88dd10e2
...@@ -2626,7 +2626,6 @@ cpu3_saw: power-manager@b0b9000 { ...@@ -2626,7 +2626,6 @@ cpu3_saw: power-manager@b0b9000 {
thermal-zones { thermal-zones {
cpu0-1-thermal { cpu0-1-thermal {
polling-delay-passive = <250>; polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&tsens 5>; thermal-sensors = <&tsens 5>;
...@@ -2656,7 +2655,6 @@ map0 { ...@@ -2656,7 +2655,6 @@ map0 {
cpu2-3-thermal { cpu2-3-thermal {
polling-delay-passive = <250>; polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&tsens 4>; thermal-sensors = <&tsens 4>;
...@@ -2686,7 +2684,6 @@ map0 { ...@@ -2686,7 +2684,6 @@ map0 {
gpu-thermal { gpu-thermal {
polling-delay-passive = <250>; polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&tsens 2>; thermal-sensors = <&tsens 2>;
...@@ -2713,7 +2710,6 @@ gpu_crit: gpu-crit { ...@@ -2713,7 +2710,6 @@ gpu_crit: gpu-crit {
camera-thermal { camera-thermal {
polling-delay-passive = <250>; polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&tsens 1>; thermal-sensors = <&tsens 1>;
...@@ -2728,7 +2724,6 @@ cam_alert0: trip-point0 { ...@@ -2728,7 +2724,6 @@ cam_alert0: trip-point0 {
modem-thermal { modem-thermal {
polling-delay-passive = <250>; polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&tsens 0>; thermal-sensors = <&tsens 0>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment