Skip to content

Commit cb0f7c8

Browse files
Abhilash KesavanKukjin Kim
authored andcommitted
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 <[email protected]> Signed-off-by: Kukjin Kim <[email protected]>
1 parent ee2020a commit cb0f7c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

arch/arm/boot/dts/exynos5420-trip-points.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ trips {
2828
type = "active";
2929
};
3030
cpu-crit-0 {
31-
temperature = <1200000>; /* millicelsius */
31+
temperature = <120000>; /* millicelsius */
3232
hysteresis = <0>; /* millicelsius */
3333
type = "critical";
3434
};

arch/arm/boot/dts/exynos5440-trip-points.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ trips {
1818
type = "active";
1919
};
2020
cpu-crit-0 {
21-
temperature = <1050000>; /* millicelsius */
21+
temperature = <105000>; /* millicelsius */
2222
hysteresis = <0>; /* millicelsius */
2323
type = "critical";
2424
};

0 commit comments

Comments
 (0)