ARM: dts: Fix typo in trip point temperature for exynos5420/5440
authorAbhilash Kesavan <a.kesavan@samsung.com>
Fri, 8 May 2015 18:11:21 +0000 (03:11 +0900)
committerKukjin Kim <kgene@kernel.org>
Fri, 8 May 2015 18:11:21 +0000 (03:11 +0900)
Remove the extra zero in the "cpu-crit-0" trip point for exynos5420
and exynos5440.

Signed-off-by: Abhilash Kesavan <a.kesavan@samsung.com>
Signed-off-by: Kukjin Kim <kgene@kernel.org>
arch/arm/boot/dts/exynos5420-trip-points.dtsi
arch/arm/boot/dts/exynos5440-trip-points.dtsi

index 5d31fc1..2180a01 100644 (file)
@@ -28,7 +28,7 @@ trips {
                type = "active";
        };
        cpu-crit-0 {
-               temperature = <1200000>; /* millicelsius */
+               temperature = <120000>; /* millicelsius */
                hysteresis = <0>; /* millicelsius */
                type = "critical";
        };
index 48adfa8..356e963 100644 (file)
@@ -18,7 +18,7 @@ trips {
                type = "active";
        };
        cpu-crit-0 {
-               temperature = <1050000>; /* millicelsius */
+               temperature = <105000>; /* millicelsius */
                hysteresis = <0>; /* millicelsius */
                type = "critical";
        };