From 95f2bb24be81625d6a30f2ebd9f7a867da125afa Mon Sep 17 00:00:00 2001 From: Christian Lamparter Date: Sat, 28 Sep 2019 14:31:16 +0200 Subject: [PATCH] apm821xx: fix fan control on highest step MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- target/linux/apm821xx/dts/netgear-wndr4700.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; }; -- 2.30.2