mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 20:54:03 +02:00
dt-bindings: hwmon: (pmbus/max20830): add max20830c and max20840c support
Add compatible strings for variants of MAX20830 which are MAX20830C and MAX20840C. These devices have the same register functionality with MAX20830 but with a longer IC_DEVICE_ID. Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com> Signed-off-by: Alexis Czezar Torreno <alexisczezar.torreno@analog.com> Link: https://lore.kernel.org/r/20260730-dev-max20830c-v5-3-a7553f84ee74@analog.com Signed-off-by: Guenter Roeck <linux@roeck-us.net>
This commit is contained in:
parent
fdd78852b0
commit
b60e4b3ae1
|
|
@ -22,7 +22,13 @@ allOf:
|
|||
|
||||
properties:
|
||||
compatible:
|
||||
const: adi,max20830
|
||||
oneOf:
|
||||
- const: adi,max20830
|
||||
- items:
|
||||
- enum:
|
||||
- adi,max20830c
|
||||
- adi,max20840c
|
||||
- const: adi,max20830
|
||||
|
||||
reg:
|
||||
maxItems: 1
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user