Skip to content

Commit

Permalink
hwmon: (pmbus/mp2975) Add missed POUT attribute for page 1 mp2975 con…
Browse files Browse the repository at this point in the history
…troller

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]>
  • Loading branch information
vadimp-nvidia authored and groeck committed Oct 2, 2021
1 parent f067d55 commit 2292e2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/hwmon/pmbus/mp2975.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@

#define MP2975_RAIL2_FUNC (PMBUS_HAVE_VOUT | PMBUS_HAVE_STATUS_VOUT | \
PMBUS_HAVE_IOUT | PMBUS_HAVE_STATUS_IOUT | \
PMBUS_PHASE_VIRTUAL)
PMBUS_HAVE_POUT | PMBUS_PHASE_VIRTUAL)

struct mp2975_data {
struct pmbus_driver_info info;
Expand Down

0 comments on commit 2292e2f

Please sign in to comment.