hwmon: pmbus: mpq8785: Add support for MPM3695 family
authorPawel Dembicki <paweldembicki@gmail.com>
Sun, 11 May 2025 03:55:48 +0000 (05:55 +0200)
committerGuenter Roeck <linux@roeck-us.net>
Mon, 12 May 2025 16:45:26 +0000 (09:45 -0700)
commit8fcefe7812f246fff86d6f7ad8e166a564916202
treeeea14e38079a2acaa7f431602cc7dc54ac0aa4c2
parentc27291468eb957b11dc81cd35fad36faf0861c07
hwmon: pmbus: mpq8785: Add support for MPM3695 family

Add support for the Monolithic Power Systems MPM3695 family.
It contains four devices with suffixes: -10, -20, -25 and -100.
The device is PMBus compliant and shares characteristics with the
MPM82504.

MPM3695-25 has different VOLTAGE_SCALE_LOOP register size [11:0]
and therefore needs to have a separate compatible entry.

Tested with device tree based matching (MPM3695-10).

Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com>
Link: https://lore.kernel.org/r/20250511035701.2607947-6-paweldembicki@gmail.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Documentation/hwmon/mpq8785.rst
drivers/hwmon/pmbus/mpq8785.c