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

arm64: dts: qcom: sm6125-*: 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-23-436ca4218da2@linaro.orgSigned-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent 190f7435
...@@ -10,7 +10,6 @@ / { ...@@ -10,7 +10,6 @@ / {
thermal-zones { thermal-zones {
pm6125-thermal { pm6125-thermal {
polling-delay-passive = <100>; polling-delay-passive = <100>;
polling-delay = <0>;
thermal-sensors = <&pm6125_temp>; thermal-sensors = <&pm6125_temp>;
......
...@@ -90,8 +90,6 @@ cmdline_mem: memory@ffd00000 { ...@@ -90,8 +90,6 @@ cmdline_mem: memory@ffd00000 {
thermal-zones { thermal-zones {
rf-pa0-thermal { rf-pa0-thermal {
polling-delay-passive = <0>;
polling-delay = <0>;
thermal-sensors = <&pm6125_adc_tm 0>; thermal-sensors = <&pm6125_adc_tm 0>;
trips { trips {
...@@ -104,8 +102,6 @@ active-config0 { ...@@ -104,8 +102,6 @@ active-config0 {
}; };
quiet-thermal { quiet-thermal {
polling-delay-passive = <0>;
polling-delay = <5000>;
thermal-sensors = <&pm6125_adc_tm 1>; thermal-sensors = <&pm6125_adc_tm 1>;
trips { trips {
...@@ -118,8 +114,6 @@ active-config0 { ...@@ -118,8 +114,6 @@ active-config0 {
}; };
xo-thermal { xo-thermal {
polling-delay-passive = <0>;
polling-delay = <0>;
thermal-sensors = <&pm6125_adc_tm 2>; thermal-sensors = <&pm6125_adc_tm 2>;
trips { trips {
...@@ -132,8 +126,6 @@ active-config0 { ...@@ -132,8 +126,6 @@ active-config0 {
}; };
rf-pa1-thermal { rf-pa1-thermal {
polling-delay-passive = <0>;
polling-delay = <0>;
thermal-sensors = <&pm6125_adc_tm 3>; thermal-sensors = <&pm6125_adc_tm 3>;
trips { trips {
......
...@@ -84,8 +84,6 @@ key-volume-up { ...@@ -84,8 +84,6 @@ key-volume-up {
thermal-zones { thermal-zones {
rf-pa0-thermal { rf-pa0-thermal {
polling-delay-passive = <0>;
polling-delay = <0>;
thermal-sensors = <&pm6125_adc_tm 0>; thermal-sensors = <&pm6125_adc_tm 0>;
trips { trips {
...@@ -98,8 +96,6 @@ active-config0 { ...@@ -98,8 +96,6 @@ active-config0 {
}; };
quiet-thermal { quiet-thermal {
polling-delay-passive = <0>;
polling-delay = <5000>;
thermal-sensors = <&pm6125_adc_tm 1>; thermal-sensors = <&pm6125_adc_tm 1>;
trips { trips {
...@@ -112,8 +108,6 @@ active-config0 { ...@@ -112,8 +108,6 @@ active-config0 {
}; };
xo-thermal { xo-thermal {
polling-delay-passive = <0>;
polling-delay = <0>;
thermal-sensors = <&pm6125_adc_tm 2>; thermal-sensors = <&pm6125_adc_tm 2>;
trips { trips {
......
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