Commit 2f8608f7 authored by Subhajit Ghosh's avatar Subhajit Ghosh Committed by Jonathan Cameron
Browse files

dt-bindings: iio: light: adps9300: Update interrupt definitions

parent 59ee1882
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -35,6 +35,8 @@ required:

examples:
  - |
    #include <dt-bindings/interrupt-controller/irq.h>

    i2c {
        #address-cells = <1>;
        #size-cells = <0>;
@@ -43,7 +45,7 @@ examples:
            compatible = "avago,apds9300";
            reg = <0x39>;
            interrupt-parent = <&gpio2>;
            interrupts = <29 8>;
            interrupts = <29 IRQ_TYPE_LEVEL_LOW>;
            vdd-supply = <&regulator_3v3>;
        };
    };