Commit ef6d9976 authored by Crt Mori's avatar Crt Mori Committed by Jonathan Cameron
Browse files

dt-bindings: iio: mlx90632 Add supply regulator documentation

parent 21a60fce
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -35,6 +35,9 @@ properties:
    maxItems: 1
    description: Default is 0x3a, but can be reprogrammed.

  vdd-supply:
    description: provide VDD power to the sensor.

required:
  - compatible
  - reg
@@ -50,6 +53,7 @@ examples:
        temp-sensor@3a {
            compatible = "melexis,mlx90632";
            reg = <0x3a>;
            vdd-supply = <&ldo4_reg>;
        };
    };
...