[PATCH v2 1/3] dt-bindings: hwmon: pmbus: mpq8785: add MPQ8786 support
From: Carl Lee via B4 Relay
Date: Thu Feb 05 2026 - 05:02:24 EST
From: Carl Lee <carl.lee@xxxxxxx>
Add device type support for MPQ8786
Signed-off-by: Carl Lee <carl.lee@xxxxxxx>
---
Documentation/devicetree/bindings/hwmon/pmbus/mps,mpq8785.yaml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/hwmon/pmbus/mps,mpq8785.yaml b/Documentation/devicetree/bindings/hwmon/pmbus/mps,mpq8785.yaml
index 90970a0433e9..aec7397a29f9 100644
--- a/Documentation/devicetree/bindings/hwmon/pmbus/mps,mpq8785.yaml
+++ b/Documentation/devicetree/bindings/hwmon/pmbus/mps,mpq8785.yaml
@@ -19,6 +19,7 @@ properties:
- mps,mpm3695-25
- mps,mpm82504
- mps,mpq8785
+ - mps,mpq8786
reg:
maxItems: 1
@@ -52,7 +53,9 @@ allOf:
- if:
properties:
compatible:
- const: mps,mpq8785
+ enum:
+ - mps,mpq8785
+ - mps,mpq8786
then:
properties:
mps,vout-fb-divider-ratio-permille:
--
2.34.1