Skip to content

Commit 2292e2f

Browse files
vadimp-nvidiagroeck
authored andcommitted
hwmon: (pmbus/mp2975) Add missed POUT attribute for page 1 mp2975 controller
Add missed attribute for reading POUT from page 1. It is supported by device, but has been missed in initial commit. Fixes: 2c6fcbb ("hwmon: (pmbus) Add support for MPS Multi-phase mp2975 controller") Signed-off-by: Vadim Pasternak <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Guenter Roeck <[email protected]>
1 parent f067d55 commit 2292e2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/hwmon/pmbus/mp2975.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454

5555
#define MP2975_RAIL2_FUNC (PMBUS_HAVE_VOUT | PMBUS_HAVE_STATUS_VOUT | \
5656
PMBUS_HAVE_IOUT | PMBUS_HAVE_STATUS_IOUT | \
57-
PMBUS_PHASE_VIRTUAL)
57+
PMBUS_HAVE_POUT | PMBUS_PHASE_VIRTUAL)
5858

5959
struct mp2975_data {
6060
struct pmbus_driver_info info;

0 commit comments

Comments
 (0)