diff options
author | Konrad Dybcio <[email protected]> | 2024-05-10 13:59:33 +0200 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2024-06-07 18:03:43 -0500 |
commit | d96854de5d69a08a893d4a137d69c65f2feb40d5 (patch) | |
tree | fba1524a12998c82d585fd1ddb2c2c06135ffebf | |
parent | 47d92455f59f7e8414ebc962f60bd7a990563a7c (diff) |
arm64: dts: qcom: pm7550ba: 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 <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/qcom/pm7550ba.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/qcom/pm7550ba.dtsi b/arch/arm64/boot/dts/qcom/pm7550ba.dtsi index 8b00ece987d1..853a1d83a7f0 100644 --- a/arch/arm64/boot/dts/qcom/pm7550ba.dtsi +++ b/arch/arm64/boot/dts/qcom/pm7550ba.dtsi @@ -10,7 +10,6 @@ thermal-zones { pm7550ba-thermal { polling-delay-passive = <100>; - polling-delay = <0>; thermal-sensors = <&pm7550ba_temp_alarm>; |