Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: hwmon: Move max31785 compatibles to max31790 document

The binding for the max31785 is the same as the max31790, so just add
some compatible strings for the max31785 chip.

Signed-off-by: Eddie James <eajames@linux.ibm.com>
Reviewed-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://lore.kernel.org/r/20251001144441.310950-5-eajames@linux.ibm.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>

authored by

Eddie James and committed by
Guenter Roeck
1a254111 13e6612f

+5 -23
-22
Documentation/devicetree/bindings/hwmon/max31785.txt
··· 1 - Bindings for the Maxim MAX31785 Intelligent Fan Controller 2 - ========================================================== 3 - 4 - Reference: 5 - 6 - https://datasheets.maximintegrated.com/en/ds/MAX31785.pdf 7 - 8 - The Maxim MAX31785 is a PMBus device providing closed-loop, multi-channel fan 9 - management with temperature and remote voltage sensing. Various fan control 10 - features are provided, including PWM frequency control, temperature hysteresis, 11 - dual tachometer measurements, and fan health monitoring. 12 - 13 - Required properties: 14 - - compatible : One of "maxim,max31785" or "maxim,max31785a" 15 - - reg : I2C address, one of 0x52, 0x53, 0x54, 0x55. 16 - 17 - Example: 18 - 19 - fans@52 { 20 - compatible = "maxim,max31785"; 21 - reg = <0x52>; 22 - };
+5 -1
Documentation/devicetree/bindings/hwmon/maxim,max31790.yaml
··· 20 20 21 21 properties: 22 22 compatible: 23 - const: maxim,max31790 23 + enum: 24 + - maxim,max31785 25 + - maxim,max31785a 26 + - maxim,max31785b 27 + - maxim,max31790 24 28 25 29 reg: 26 30 maxItems: 1