Skip to content

Commit 33e2c59

Browse files
committed
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: <[email protected]> Fixes: 9843a22 ("ARM: dts: Provide dt bindings identical for Exynos TMU") Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Krzysztof Kozlowski <[email protected]>
1 parent 408ab67 commit 33e2c59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/exynos5250.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1107,7 +1107,7 @@
11071107
&cpu_thermal {
11081108
polling-delay-passive = <0>;
11091109
polling-delay = <0>;
1110-
thermal-sensors = <&tmu 0>;
1110+
thermal-sensors = <&tmu>;
11111111

11121112
cooling-maps {
11131113
map0 {

0 commit comments

Comments
 (0)