Searched hist:"3481 ef53709596928e261e2ff627b1473bfdfc98" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/hwmon/pmbus/ |
H A D | lm25066.c | diff 3481ef53709596928e261e2ff627b1473bfdfc98 Fri Feb 23 10:21:08 CST 2024 Guenter Roeck <linux@roeck-us.net> hwmon: (pmbus/lm25066) Use PMBUS_REGULATOR_ONE to declare regulator
If a chip only provides a single regulator, it should be named 'vout' and not 'vout0'. Declare regulator using PMBUS_REGULATOR_ONE() to make that happen.
Cc: Conor Dooley <conor@kernel.org> Cc: Naresh Solanki <naresh.solanki@9elements.com> Cc: Zev Weiss <zev@bewilderbeest.net> Signed-off-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Conor Dooley <conor.dooley@microchip.com> Link: https://lore.kernel.org/r/20240223-player-buckskin-01405c5889c4@spud Signed-off-by: Guenter Roeck <linux@roeck-us.net> (cherry picked from commit 8f832d23ead3108eb74afffb5def676f8cebf35c) Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
|