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 /drivers/hwmon/pmbus/Makefile | |
parent | daf4fedde6177941b55ba3c3293a8585d5280b94 (diff) | |
download | lwn-7537862a90b8b9106d42ad2f53de2b96fd1673c5.tar.gz lwn-7537862a90b8b9106d42ad2f53de2b96fd1673c5.zip |
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 'drivers/hwmon/pmbus/Makefile')
-rw-r--r-- | drivers/hwmon/pmbus/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hwmon/pmbus/Makefile b/drivers/hwmon/pmbus/Makefile index 4c97ad0bd791..31ebdef5d4a6 100644 --- a/drivers/hwmon/pmbus/Makefile +++ b/drivers/hwmon/pmbus/Makefile @@ -25,6 +25,7 @@ obj-$(CONFIG_SENSORS_MAX31785) += max31785.o obj-$(CONFIG_SENSORS_MAX34440) += max34440.o obj-$(CONFIG_SENSORS_MAX8688) += max8688.o obj-$(CONFIG_SENSORS_MP2975) += mp2975.o +obj-$(CONFIG_SENSORS_PM6764TR) += pm6764tr.o obj-$(CONFIG_SENSORS_PXE1610) += pxe1610.o obj-$(CONFIG_SENSORS_TPS40422) += tps40422.o obj-$(CONFIG_SENSORS_TPS53679) += tps53679.o |