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

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


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

			thermal-sensors = <&pm6150_temp>;

			trips {
+0 −3
Original line number Diff line number Diff line
@@ -10,9 +10,6 @@
/ {
	thermal-zones {
		pm6150l-thermal {
			polling-delay-passive = <0>;
			polling-delay = <0>;

			thermal-sensors = <&pm6150l_temp>;

			trips {
+0 −1
Original line number Diff line number Diff line
@@ -26,7 +26,6 @@ adau7002: audio-codec-1 {
	thermal-zones {
		skin_temp_thermal: skin-temp-thermal {
			polling-delay-passive = <250>;
			polling-delay = <0>;

			thermal-sensors = <&pm6150_adc_tm 1>;
			sustainable-power = <965>;
+0 −1
Original line number Diff line number Diff line
@@ -44,7 +44,6 @@ pp3300_touch: pp3300-touch-regulator {
	thermal-zones {
		skin_temp_thermal: skin-temp-thermal {
			polling-delay-passive = <250>;
			polling-delay = <0>;

			thermal-sensors = <&pm6150_adc_tm 1>;
			sustainable-power = <965>;
+0 −3
Original line number Diff line number Diff line
@@ -13,9 +13,6 @@
/ {
	thermal-zones {
		5v-choke-thermal {
			polling-delay-passive = <0>;
			polling-delay = <250>;

			thermal-sensors = <&pm6150_adc_tm 1>;

			trips {
Loading