Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ trips {
		type = "active";
	};
	cpu-crit-0 {
		temperature = <1200000>; /* millicelsius */
		temperature = <120000>; /* millicelsius */
		hysteresis = <0>; /* millicelsius */
		type = "critical";
	};
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ trips {
		type = "active";
	};
	cpu-crit-0 {
		temperature = <1050000>; /* millicelsius */
		temperature = <105000>; /* millicelsius */
		hysteresis = <0>; /* millicelsius */
		type = "critical";
	};