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>
This commit is contained in:
		
							parent
							
								
									4943c6039d
								
							
						
					
					
						commit
						0c1acde1d3
					
				| @ -375,7 +375,7 @@ enum pmbus_sensor_classes { | ||||
| }; | ||||
| 
 | ||||
| #define PMBUS_PAGES	32	/* Per PMBus specification */ | ||||
| #define PMBUS_PHASES	8	/* Maximum number of phases per page */ | ||||
| #define PMBUS_PHASES	10	/* Maximum number of phases per page */ | ||||
| 
 | ||||
| /* Functionality bit mask */ | ||||
| #define PMBUS_HAVE_VIN		BIT(0) | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user