diff options
author | Konrad Dybcio <konrad.dybcio@linaro.org> | 2024-05-10 14:59:53 +0300 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2024-06-08 02:03:44 +0300 |
commit | fe5cb7d30795d81ed55888bcfb896086af3adc01 (patch) | |
tree | 178c6b65246a8e51bedbb535b9a1bcf00318120f /arch/arm64/boot/dts/qcom/pm8010.dtsi | |
parent | d0730a729f1a723f06e7b9db7f1a540cf72de871 (diff) | |
download | linux-fe5cb7d30795d81ed55888bcfb896086af3adc01.tar.xz |
arm64: dts: qcom: sm8550-*: 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: Konrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20240510-topic-msm-polling-cleanup-v2-30-436ca4218da2@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Diffstat (limited to 'arch/arm64/boot/dts/qcom/pm8010.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/qcom/pm8010.dtsi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/qcom/pm8010.dtsi b/arch/arm64/boot/dts/qcom/pm8010.dtsi index 0ea641e12209..ef330194946b 100644 --- a/arch/arm64/boot/dts/qcom/pm8010.dtsi +++ b/arch/arm64/boot/dts/qcom/pm8010.dtsi @@ -10,7 +10,6 @@ thermal-zones { pm8010-m-thermal { polling-delay-passive = <100>; - polling-delay = <0>; thermal-sensors = <&pm8010_m_temp_alarm>; @@ -31,7 +30,6 @@ pm8010-n-thermal { polling-delay-passive = <100>; - polling-delay = <0>; thermal-sensors = <&pm8010_n_temp_alarm>; |