hwmon: (pmbus/ltc2978) add support for ltm4673
authorCedric Encarnacion <cedricjustine.encarnacion@analog.com>
Fri, 24 Jan 2025 15:23:06 +0000 (23:23 +0800)
committerGuenter Roeck <linux@roeck-us.net>
Mon, 3 Feb 2025 01:34:06 +0000 (17:34 -0800)
commit68b6f9586199fdc7f123bd91ea4a74bf9416eae8
tree14766e705d40f0cf00bb38023a468d3c88deec41
parent8dfd7e08269ad48a8d64d647ced6878f3b2da84a
hwmon: (pmbus/ltc2978) add support for ltm4673

Add support for LTM4673. The LTM4673 is a quad output, dual 12A and dual
5A, switching mode DC/DC step-down μModule regulator integrated with
4-channel power system manager.

This adds only the chip id, the checks for the manufacturer special id,
and the relevant attributes for the device's pmbus_driver_info.
The device does not support clear peaks.

Signed-off-by: Cedric Encarnacion <cedricjustine.encarnacion@analog.com>
Link: https://lore.kernel.org/r/20250124-ltm4673-v1-2-a2c6aa37c903@analog.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Documentation/hwmon/ltc2978.rst
drivers/hwmon/pmbus/Kconfig
drivers/hwmon/pmbus/ltc2978.c