[PATCH v6 5/7] dt-bindings: hwmon: max31790: Document address and size cells

Eddie James eajames at linux.ibm.com
Fri Sep 19 04:04:00 AEST 2025


Since fan properties can include reg, the fan controller should be
able to specify address-cells and size-cells properties.

Signed-off-by: Eddie James <eajames at linux.ibm.com>
---
 Documentation/devicetree/bindings/hwmon/maxim,max31790.yaml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/Documentation/devicetree/bindings/hwmon/maxim,max31790.yaml b/Documentation/devicetree/bindings/hwmon/maxim,max31790.yaml
index b2dc813b1ab44..42e7030360f1c 100644
--- a/Documentation/devicetree/bindings/hwmon/maxim,max31790.yaml
+++ b/Documentation/devicetree/bindings/hwmon/maxim,max31790.yaml
@@ -35,6 +35,12 @@ properties:
   resets:
     maxItems: 1
 
+  '#address-cells':
+    const: 1
+
+  '#size-cells':
+    const: 0
+
   "#pwm-cells":
     const: 1
 
-- 
2.51.0



More information about the Linux-aspeed mailing list