Skip to content

Commit

Permalink
ARM: dts: Fix typo in trip point temperature for exynos5420/5440
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Abhilash Kesavan authored and Kukjin Kim committed May 8, 2015
1 parent ee2020a commit cb0f7c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/exynos5420-trip-points.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ trips {
type = "active";
};
cpu-crit-0 {
temperature = <1200000>; /* millicelsius */
temperature = <120000>; /* millicelsius */
hysteresis = <0>; /* millicelsius */
type = "critical";
};
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/exynos5440-trip-points.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ trips {
type = "active";
};
cpu-crit-0 {
temperature = <1050000>; /* millicelsius */
temperature = <105000>; /* millicelsius */
hysteresis = <0>; /* millicelsius */
type = "critical";
};
Expand Down

0 comments on commit cb0f7c8

Please sign in to comment.