Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: exynos: correct TMU phandle in Exynos5250

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

Cc: <stable@vger.kernel.org>
Fixes: 9843a2236003 ("ARM: dts: Provide dt bindings identical for Exynos TMU")
Link: https://lore.kernel.org/r/20230209105841.779596-3-krzysztof.kozlowski@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

+1 -1
+1 -1
arch/arm/boot/dts/exynos5250.dtsi
··· 1107 1107 &cpu_thermal { 1108 1108 polling-delay-passive = <0>; 1109 1109 polling-delay = <0>; 1110 - thermal-sensors = <&tmu 0>; 1110 + thermal-sensors = <&tmu>; 1111 1111 1112 1112 cooling-maps { 1113 1113 map0 {