summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Lamparter2019-09-28 12:31:16 +0000
committerChristian Lamparter2019-09-28 12:36:00 +0000
commit6f1a71c2d08ac072541c7da9eb029b418970c09b (patch)
tree8c8867db72898731e89dfa7335b508375aeb2e67
parent491e839262fd2bf7417c57e12ebb7383011dae1c (diff)
apm821xx: fix fan control on highest step
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>
-rw-r--r--target/linux/apm821xx/dts/netgear-wndr4700.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/apm821xx/dts/netgear-wndr4700.dts b/target/linux/apm821xx/dts/netgear-wndr4700.dts
index 4a252cf0b8..d0b18e4ee3 100644
--- a/target/linux/apm821xx/dts/netgear-wndr4700.dts
+++ b/target/linux/apm821xx/dts/netgear-wndr4700.dts
@@ -79,7 +79,7 @@
};
cpu_alert6: cpu-alert6 {
- temperature = <850000>; /* millicelsius */
+ temperature = <85000>; /* millicelsius */
hysteresis = <2000>; /* millicelsius */
type = "active";
};