Commit 7dc11169 authored by Dmitry Baryshkov's avatar Dmitry Baryshkov Committed by Bjorn Andersson
Browse files

arm64: dts: qcom: pmr735a: stop depending on thermal_zones label



Most of SoC device trees do not provide the thermal_zones label. Thus
stop depending on it and use the full path to the thermal zones nodes.

Fixes: 7a3544e5 ("arm64: dts: qcom: pmr735a: Add temp-alarm support")
Signed-off-by: default avatarDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220226205035.1826360-6-dmitry.baryshkov@linaro.org
parent d67ddd17
Loading
Loading
Loading
Loading
+17 −15
Original line number Diff line number Diff line
@@ -32,7 +32,8 @@
	};
};

&thermal_zones {
/ {
	thermal-zones {
		pmr735a_thermal: pmr735a-thermal {
			polling-delay-passive = <100>;
			polling-delay = <0>;
@@ -53,3 +54,4 @@
			};
		};
	};
};