Skip to content

Commit 408ab67

Browse files
committed
ARM: dts: exynos: correct TMU phandle in Exynos4210
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 exynos4-cpu-thermal.dtsi, drop it from exynos4210.dtsi to fix the error and remoev redundancy. Fixes: 9843a22 ("ARM: dts: Provide dt bindings identical for Exynos TMU") Cc: <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Krzysztof Kozlowski <[email protected]>
1 parent 8e4505e commit 408ab67

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/arm/boot/dts/exynos4210.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,6 @@
393393
&cpu_thermal {
394394
polling-delay-passive = <0>;
395395
polling-delay = <0>;
396-
thermal-sensors = <&tmu 0>;
397396
};
398397

399398
&gic {

0 commit comments

Comments
 (0)