diff options
author | 2025-03-08 22:04:20 +0800 | |
---|---|---|
committer | 2025-03-08 22:04:20 +0800 | |
commit | a07bb8fd1299070229f0e8f3dcb57ffd5ef9870a (patch) | |
tree | 84f21bd0bf7071bc5fc7dd989e77d7ceb5476682 /Documentation/hwmon/aspeed-pwm-tacho.rst | |
download | ohosKernel-a07bb8fd1299070229f0e8f3dcb57ffd5ef9870a.tar.gz ohosKernel-a07bb8fd1299070229f0e8f3dcb57ffd5ef9870a.zip |
Initial commit: OpenHarmony-v4.0-ReleaseOpenHarmony-v4.0-Release
Diffstat (limited to 'Documentation/hwmon/aspeed-pwm-tacho.rst')
-rw-r--r-- | Documentation/hwmon/aspeed-pwm-tacho.rst | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/Documentation/hwmon/aspeed-pwm-tacho.rst b/Documentation/hwmon/aspeed-pwm-tacho.rst new file mode 100644 index 000000000..6dcec845f --- /dev/null +++ b/Documentation/hwmon/aspeed-pwm-tacho.rst | |||
@@ -0,0 +1,24 @@ | |||
1 | Kernel driver aspeed-pwm-tacho | ||
2 | ============================== | ||
3 | |||
4 | Supported chips: | ||
5 | ASPEED AST2400/2500 | ||
6 | |||
7 | Authors: | ||
8 | <jaghu@google.com> | ||
9 | |||
10 | Description: | ||
11 | ------------ | ||
12 | This driver implements support for ASPEED AST2400/2500 PWM and Fan Tacho | ||
13 | controller. The PWM controller supports upto 8 PWM outputs. The Fan tacho | ||
14 | controller supports up to 16 tachometer inputs. | ||
15 | |||
16 | The driver provides the following sensor accesses in sysfs: | ||
17 | |||
18 | =============== ======= ===================================================== | ||
19 | fanX_input ro provide current fan rotation value in RPM as reported | ||
20 | by the fan to the device. | ||
21 | |||
22 | pwmX rw get or set PWM fan control value. This is an integer | ||
23 | value between 0(off) and 255(full speed). | ||
24 | =============== ======= ===================================================== | ||