Commit fc2f92b5 authored by Konrad Dybcio's avatar Konrad Dybcio Committed by Bjorn Andersson
Browse files

arm64: dts: qcom: sm8150-*: 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-26-436ca4218da2@linaro.org


Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent 088d826d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -13,7 +13,6 @@ / {
	thermal-zones {
		pm8150-thermal {
			polling-delay-passive = <100>;
			polling-delay = <0>;

			thermal-sensors = <&pm8150_temp>;

+0 −1
Original line number Diff line number Diff line
@@ -12,7 +12,6 @@ / {
	thermal-zones {
		pm8150b-thermal {
			polling-delay-passive = <100>;
			polling-delay = <0>;

			thermal-sensors = <&pm8150b_temp>;

+0 −1
Original line number Diff line number Diff line
@@ -12,7 +12,6 @@ / {
	thermal-zones {
		pm8150l-thermal {
			polling-delay-passive = <100>;
			polling-delay = <0>;

			thermal-sensors = <&pm8150l_temp>;

+0 −1
Original line number Diff line number Diff line
@@ -12,7 +12,6 @@ / {
	thermal-zones {
		pmm8155au-1-thermal {
			polling-delay-passive = <100>;
			polling-delay = <0>;

			thermal-sensors = <&pmm8155au_1_temp>;

+0 −1
Original line number Diff line number Diff line
@@ -11,7 +11,6 @@ / {
	thermal-zones {
		pmm8155au-2-thermal {
			polling-delay-passive = <100>;
			polling-delay = <0>;

			thermal-sensors = <&pmm8155au_2_temp>;

Loading