ARM: dts: Fix typo in trip point temperature for exynos5420/5440

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>
This commit is contained in:
Abhilash Kesavan 2015-05-09 03:11:21 +09:00 committed by Kukjin Kim
parent ee2020a4ca
commit cb0f7c8b40
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ cpu-alert-2 {
type = "active"; type = "active";
}; };
cpu-crit-0 { cpu-crit-0 {
temperature = <1200000>; /* millicelsius */ temperature = <120000>; /* millicelsius */
hysteresis = <0>; /* millicelsius */ hysteresis = <0>; /* millicelsius */
type = "critical"; type = "critical";
}; };

View File

@ -18,7 +18,7 @@ cpu-alert-0 {
type = "active"; type = "active";
}; };
cpu-crit-0 { cpu-crit-0 {
temperature = <1050000>; /* millicelsius */ temperature = <105000>; /* millicelsius */
hysteresis = <0>; /* millicelsius */ hysteresis = <0>; /* millicelsius */
type = "critical"; type = "critical";
}; };