3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-01-30 14:52:17 +00:00

Instant PWM fan kick off enhancement

Instead of waiting for a term signal, the hwmon driver can now kick the PWM plugged fans independently
This commit is contained in:
Scare Crowe 2021-11-11 18:57:51 +05:00
parent cbd9fcdcf8
commit 0a0baab7be

View File

@ -33,5 +33,7 @@ __overrides__ {
input = <&power_ctrl>,"input?";
export = <&power_ctrl>,"export?";
timeout_ms = <&power_ctrl>,"timeout-ms:0";
active_delay_ms = <&power_ctrl>,"active-delay-ms:0";
inactive_delay_ms = <&power_ctrl>,"inactive-delay-ms:0";
};
};