stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/6] ARM: dts: exynos: correct TMU phandle in Exynos4
@ 2023-02-09 10:58 Krzysztof Kozlowski
  2023-02-09 10:58 ` [PATCH 2/6] ARM: dts: exynos: correct TMU phandle in Exynos4210 Krzysztof Kozlowski
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Krzysztof Kozlowski @ 2023-02-09 10:58 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Alim Akhtar, Eduardo Valentin,
	Lukasz Majewski, Kukjin Kim, Javier Martinez Canillas,
	Marek Szyprowski, Anand Moon, devicetree, linux-arm-kernel,
	linux-samsung-soc, linux-kernel
  Cc: Krzysztof Kozlowski, stable

TMU node uses 0 as thermal-sensor-cells, thus thermal zone referencing
it must not have an argument to phandle.

Fixes: 328829a6ad70 ("ARM: dts: define default thermal-zones for exynos4")
Cc: <stable@vger.kernel.org>
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 arch/arm/boot/dts/exynos4-cpu-thermal.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/exynos4-cpu-thermal.dtsi b/arch/arm/boot/dts/exynos4-cpu-thermal.dtsi
index 021d9fc1b492..27a1a8952665 100644
--- a/arch/arm/boot/dts/exynos4-cpu-thermal.dtsi
+++ b/arch/arm/boot/dts/exynos4-cpu-thermal.dtsi
@@ -10,7 +10,7 @@
 / {
 thermal-zones {
 	cpu_thermal: cpu-thermal {
-		thermal-sensors = <&tmu 0>;
+		thermal-sensors = <&tmu>;
 		polling-delay-passive = <0>;
 		polling-delay = <0>;
 		trips {
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-02-09 10:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-09 10:58 [PATCH 1/6] ARM: dts: exynos: correct TMU phandle in Exynos4 Krzysztof Kozlowski
2023-02-09 10:58 ` [PATCH 2/6] ARM: dts: exynos: correct TMU phandle in Exynos4210 Krzysztof Kozlowski
2023-02-09 10:58 ` [PATCH 3/6] ARM: dts: exynos: correct TMU phandle in Exynos5250 Krzysztof Kozlowski
2023-02-09 10:58 ` [PATCH 4/6] ARM: dts: exynos: correct TMU phandle in Odroid XU Krzysztof Kozlowski
2023-02-09 10:58 ` [PATCH 5/6] ARM: dts: exynos: correct TMU phandle in Odroid HC1 Krzysztof Kozlowski
2023-02-09 10:58 ` [PATCH 6/6] ARM: dts: exynos: correct TMU phandle in Odroid XU3 family Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).