mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-01 00:45:28 +00:00
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>
This commit is contained in:
parent
151bd9ee25
commit
7594c5e6dc
@ -79,7 +79,7 @@
|
||||
};
|
||||
|
||||
cpu_alert6: cpu-alert6 {
|
||||
temperature = <850000>; /* millicelsius */
|
||||
temperature = <85000>; /* millicelsius */
|
||||
hysteresis = <2000>; /* millicelsius */
|
||||
type = "active";
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user