aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/hwmon/npcm750-pwm-fan.rst
diff options
context:
space:
mode:
authorWe-unite <3205135446@qq.com>2025-03-08 22:04:20 +0800
committerWe-unite <3205135446@qq.com>2025-03-08 22:04:20 +0800
commita07bb8fd1299070229f0e8f3dcb57ffd5ef9870a (patch)
tree84f21bd0bf7071bc5fc7dd989e77d7ceb5476682 /Documentation/hwmon/npcm750-pwm-fan.rst
downloadohosKernel-a07bb8fd1299070229f0e8f3dcb57ffd5ef9870a.tar.gz
ohosKernel-a07bb8fd1299070229f0e8f3dcb57ffd5ef9870a.zip
Initial commit: OpenHarmony-v4.0-ReleaseOpenHarmony-v4.0-Release
Diffstat (limited to 'Documentation/hwmon/npcm750-pwm-fan.rst')
-rw-r--r--Documentation/hwmon/npcm750-pwm-fan.rst26
1 files changed, 26 insertions, 0 deletions
diff --git a/Documentation/hwmon/npcm750-pwm-fan.rst b/Documentation/hwmon/npcm750-pwm-fan.rst
new file mode 100644
index 000000000..c67af08b6
--- /dev/null
+++ b/Documentation/hwmon/npcm750-pwm-fan.rst
@@ -0,0 +1,26 @@
1Kernel driver npcm750-pwm-fan
2=============================
3
4Supported chips:
5
6 NUVOTON NPCM750/730/715/705
7
8Authors:
9
10 <tomer.maimon@nuvoton.com>
11
12Description:
13------------
14This driver implements support for NUVOTON NPCM7XX PWM and Fan Tacho
15controller. The PWM controller supports up to 8 PWM outputs. The Fan tacho
16controller supports up to 16 tachometer inputs.
17
18The driver provides the following sensor accesses in sysfs:
19
20=============== ======= =====================================================
21fanX_input ro provide current fan rotation value in RPM as reported
22 by the fan to the device.
23
24pwmX rw get or set PWM fan control value. This is an integer
25 value between 0(off) and 255(full speed).
26=============== ======= =====================================================