Skip to content
/ linux Public

Commit 0c1acde

Browse files
vadimp-nvidiagroeck
authored andcommitted
hwmon: (pmbus) Increase maximum number of phases per page
Increase maximum number of phases from 8 to 10 to support multi-phase devices allowing up to 10 phases. Signed-off-by: Vadim Pasternak <vadimp@nvidia.com> Link: https://lore.kernel.org/r/20210511055619.118104-2-vadimp@nvidia.com Signed-off-by: Guenter Roeck <linux@roeck-us.net>
1 parent 4943c60 commit 0c1acde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/hwmon/pmbus/pmbus.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ enum pmbus_sensor_classes {
375375
};
376376

377377
#define PMBUS_PAGES 32 /* Per PMBus specification */
378-
#define PMBUS_PHASES 8 /* Maximum number of phases per page */
378+
#define PMBUS_PHASES 10 /* Maximum number of phases per page */
379379

380380
/* Functionality bit mask */
381381
#define PMBUS_HAVE_VIN BIT(0)

0 commit comments

Comments
 (0)