Skip to content

Commit 9372eca

Browse files
committed
ARM: dts: exynos: correct TMU phandle in Odroid XU
TMU node uses 0 as thermal-sensor-cells, thus thermal zone referencing it must not have an argument to phandle. Since thermal-sensors property is already defined in included exynosi5410.dtsi, drop it from exynos5410-odroidxu.dts to fix the error and remoev redundancy. Fixes: 88644b4 ("ARM: dts: exynos: Configure PWM, usb3503, PMIC and thermal on Odroid XU board") Cc: <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Krzysztof Kozlowski <[email protected]>
1 parent 33e2c59 commit 9372eca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/arm/boot/dts/exynos5410-odroidxu.dts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@
120120
};
121121

122122
&cpu0_thermal {
123-
thermal-sensors = <&tmu_cpu0 0>;
124123
polling-delay-passive = <0>;
125124
polling-delay = <0>;
126125

0 commit comments

Comments
 (0)