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/raspberrypi-hwmon.rst | |
download | ohosKernel-a07bb8fd1299070229f0e8f3dcb57ffd5ef9870a.tar.gz ohosKernel-a07bb8fd1299070229f0e8f3dcb57ffd5ef9870a.zip |
Initial commit: OpenHarmony-v4.0-ReleaseOpenHarmony-v4.0-Release
Diffstat (limited to 'Documentation/hwmon/raspberrypi-hwmon.rst')
-rw-r--r-- | Documentation/hwmon/raspberrypi-hwmon.rst | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/Documentation/hwmon/raspberrypi-hwmon.rst b/Documentation/hwmon/raspberrypi-hwmon.rst new file mode 100644 index 000000000..8038ade36 --- /dev/null +++ b/Documentation/hwmon/raspberrypi-hwmon.rst | |||
@@ -0,0 +1,25 @@ | |||
1 | Kernel driver raspberrypi-hwmon | ||
2 | =============================== | ||
3 | |||
4 | Supported boards: | ||
5 | |||
6 | * Raspberry Pi A+ (via GPIO on SoC) | ||
7 | * Raspberry Pi B+ (via GPIO on SoC) | ||
8 | * Raspberry Pi 2 B (via GPIO on SoC) | ||
9 | * Raspberry Pi 3 B (via GPIO on port expander) | ||
10 | * Raspberry Pi 3 B+ (via PMIC) | ||
11 | |||
12 | Author: Stefan Wahren <stefan.wahren@i2se.com> | ||
13 | |||
14 | Description | ||
15 | ----------- | ||
16 | |||
17 | This driver periodically polls a mailbox property of the VC4 firmware to detect | ||
18 | undervoltage conditions. | ||
19 | |||
20 | Sysfs entries | ||
21 | ------------- | ||
22 | |||
23 | ======================= ================== | ||
24 | in0_lcrit_alarm Undervoltage alarm | ||
25 | ======================= ================== | ||