From: Christian Lamparter Date: Sat, 28 Sep 2019 12:31:16 +0000 (+0200) Subject: apm821xx: fix fan control on highest step X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=7594c5e6dc53206dc198bb1531ea28e8a9149c30;p=openwrt%2Fstaging%2Fynezz.git 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 --- 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"; };