Browse Source

ARM: sun5i: Fix typo in trip point temperature

Set cpu_alert0 temperature to 85°C instead of 850°C.

Fixes: 32a5d2d170cc ("ARM: dts: sun5i: Add cpu thermal zones to dtsi")
Signed-off-by: Hugo Grostabussiat <bonstra@bonstra.fr.eu.org>
Acked-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Hugo Grostabussiat 9 years ago
parent
commit
539d5c48a4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/arm/boot/dts/sun5i-a13.dtsi

+ 1 - 1
arch/arm/boot/dts/sun5i-a13.dtsi

@@ -84,7 +84,7 @@
 			trips {
 			trips {
 				cpu_alert0: cpu_alert0 {
 				cpu_alert0: cpu_alert0 {
 					/* milliCelsius */
 					/* milliCelsius */
-					temperature = <850000>;
+					temperature = <85000>;
 					hysteresis = <2000>;
 					hysteresis = <2000>;
 					type = "passive";
 					type = "passive";
 				};
 				};