Skip to content
Snippets Groups Projects
Commit cb0f7c8b authored by Abhilash Kesavan's avatar Abhilash Kesavan Committed by Kukjin Kim
Browse files

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: default avatarAbhilash Kesavan <a.kesavan@samsung.com>
Signed-off-by: default avatarKukjin Kim <kgene@kernel.org>
parent ee2020a4
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ trips { ...@@ -28,7 +28,7 @@ trips {
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";
}; };
......
...@@ -18,7 +18,7 @@ trips { ...@@ -18,7 +18,7 @@ trips {
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";
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment