diff options
author | Charles <hsu.yungteng@gmail.com> | 2020-12-02 14:11:04 +0800 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2020-12-07 07:59:37 -0800 |
commit | 7537862a90b8b9106d42ad2f53de2b96fd1673c5 (patch) | |
tree | 281e71d5cd5594a5d4cb993682d964fbb3888131 /Documentation/hwmon/index.rst | |
parent | daf4fedde6177941b55ba3c3293a8585d5280b94 (diff) |
hwmon: Add driver for STMicroelectronics PM6764 Voltage Regulator
Add the pmbus driver for the STMicroelectronics pm6764 voltage regulator.
the output voltage use the MFR_READ_VOUT 0xD4
vout value returned is linear11
Signed-off-by: Charles Hsu <hsu.yungteng@gmail.com>
[groeck: Fixed various compile errors; marked pm6764tr_of_match __maybe_unused]
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'Documentation/hwmon/index.rst')
-rw-r--r-- | Documentation/hwmon/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/hwmon/index.rst b/Documentation/hwmon/index.rst index fd6fae46b99c..9a699e4f0234 100644 --- a/Documentation/hwmon/index.rst +++ b/Documentation/hwmon/index.rst @@ -146,6 +146,7 @@ Hardware Monitoring Kernel Drivers pc87360 pc87427 pcf8591 + pm6764tr pmbus powr1220 pxe1610 |