ARM: sun5i: Fix typo in trip point temperature
authorHugo Grostabussiat <[email protected]>
Tue, 16 Aug 2016 18:34:07 +0000 (20:34 +0200)
committerMaxime Ripard <[email protected]>
Mon, 22 Aug 2016 18:35:53 +0000 (20:35 +0200)
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 <[email protected]>
Acked-by: Chen-Yu Tsai <[email protected]>
Signed-off-by: Maxime Ripard <[email protected]>
arch/arm/boot/dts/sun5i-a13.dtsi

index e012890e0cf2f9b998697deaacff1fca74a56769..a17ba0243db3920b2ca5f50a8bbf8e40b5222759 100644 (file)
@@ -84,7 +84,7 @@
                        trips {
                                cpu_alert0: cpu_alert0 {
                                        /* milliCelsius */
-                                       temperature = <850000>;
+                                       temperature = <85000>;
                                        hysteresis = <2000>;
                                        type = "passive";
                                };