apm821xx: fix fan control on highest step
authorChristian Lamparter <chunkeey@gmail.com>
Sat, 28 Sep 2019 12:31:16 +0000 (14:31 +0200)
committerChristian Lamparter <chunkeey@gmail.com>
Sat, 28 Sep 2019 22:46:13 +0000 (00:46 +0200)
This patch removes a typo (extra "0") so that the 'cpu-alert6'
step is triggered once the system reaches 85°C.

Note: Unless the WNDR4700 is placed in an hot oven, the
hardware-monitor will never reach this value.

Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
target/linux/apm821xx/dts/netgear-wndr4700.dts

index a9ec36adad34e1a9549902cffec28844e1aed3d2..d7d0f68a1442b15914e8ac11e496b0afb62d872e 100644 (file)
@@ -79,7 +79,7 @@
                                };
 
                                cpu_alert6: cpu-alert6 {
-                                       temperature = <850000>; /* millicelsius */
+                                       temperature = <85000>; /* millicelsius */
                                        hysteresis = <2000>; /* millicelsius */
                                        type = "active";
                                };