Commit 551af99b authored by Raptor Engineering Development Team's avatar Raptor Engineering Development Team
Browse files

hwmon/aspeed-pwm-tacho: Increase tachometer read time


On the Blackbird desk-side systems we expect users will be running
large fans very slowly.  The current tachometer reading drops to
zero under those conditions, resulting in failed fan detection
systems kicking in.

Increase the tachometer read time to allow for slower fans to
return a valid speed.  This does make read slower, but more
advance fan control software should be able to compensate via
e.g. PID loops.
Signed-off-by: Timothy Pearson's avatarTimothy Pearson <tpearson@raptorengineering.com>
parent 6a2f7452
......@@ -162,7 +162,7 @@
* 11: reserved.
*/
#define M_TACH_MODE 0x02 /* 10b */
#define M_TACH_UNIT 0x0210
#define M_TACH_UNIT 0x1000
#define INIT_FAN_CTRL 0xFF
/* How long we sleep in us while waiting for an RPM result. */
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment