Commit 59ee1882 authored by Subhajit Ghosh's avatar Subhajit Ghosh Committed by Jonathan Cameron
Browse files

dt-bindings: iio: light: adps9300: Add missing vdd-supply

parent 9278524c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -25,6 +25,8 @@ properties:
  interrupts:
    maxItems: 1

  vdd-supply: true

additionalProperties: false

required:
@@ -42,6 +44,7 @@ examples:
            reg = <0x39>;
            interrupt-parent = <&gpio2>;
            interrupts = <29 8>;
            vdd-supply = <&regulator_3v3>;
        };
    };
...