diff options
author | Christian Lamparter <chunkeey@gmail.com> | 2019-09-28 14:31:16 +0200 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2019-09-29 00:46:13 +0200 |
commit | 95f2bb24be81625d6a30f2ebd9f7a867da125afa (patch) | |
tree | b511eb8262dcfb41b53870e5cf57b6ad1b436bb3 /target/linux/apm821xx | |
parent | e78c1baa9f52d2137303c440e11570ca2a484aab (diff) | |
download | upstream-95f2bb24be81625d6a30f2ebd9f7a867da125afa.tar.gz upstream-95f2bb24be81625d6a30f2ebd9f7a867da125afa.tar.bz2 upstream-95f2bb24be81625d6a30f2ebd9f7a867da125afa.zip |
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>
Diffstat (limited to 'target/linux/apm821xx')
-rw-r--r-- | target/linux/apm821xx/dts/netgear-wndr4700.dts | 2 |
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 a9ec36adad..d7d0f68a14 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"; }; |