ARM: dts: exynos: No need to enable TMU nodes on Odroid XU3 family
authorKrzysztof Kozlowski <krzk@kernel.org>
Tue, 31 May 2016 18:39:05 +0000 (20:39 +0200)
committerKrzysztof Kozlowski <k.kozlowski@samsung.com>
Mon, 6 Jun 2016 11:21:39 +0000 (13:21 +0200)
The thermal nodes are not disabled in exynos5420.dtsi so there is no
need to manually enable them on Odroid XU3/XU3-Lite/XU4 boards.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com>
arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi

index 48c92b428954804fbaabda25d2221dd69bb1b2d2..3f9c1a9ff0bb87f1eac6068c8eb029ca6f31c159 100644 (file)
 
 &tmu_cpu0 {
        vtmu-supply = <&ldo7_reg>;
-       status = "okay";
 };
 
 &tmu_cpu1 {
        vtmu-supply = <&ldo7_reg>;
-       status = "okay";
 };
 
 &tmu_cpu2 {
        vtmu-supply = <&ldo7_reg>;
-       status = "okay";
 };
 
 &tmu_cpu3 {
        vtmu-supply = <&ldo7_reg>;
-       status = "okay";
 };
 
 &tmu_gpu {
        vtmu-supply = <&ldo7_reg>;
-       status = "okay";
 };
 
 &rtc {
This page took 0.03358 seconds and 5 git commands to generate.