Message ID | 20210919203656.119742-1-david@ixit.cz (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | dt-bindings: iio: kionix,kxcjk1013: driver support interrupts | expand |
On Sun, Sep 19, 2021 at 10:36:56PM +0200, David Heidelberg wrote: > Driver has interrupts support, which description was missing in the bindings. You mean the h/w has interrupts which was missing? > > Signed-off-by: David Heidelberg <david@ixit.cz> > --- > .../devicetree/bindings/iio/accel/kionix,kxcjk1013.yaml | 3 +++ > 1 file changed, 3 insertions(+) Acked-by: Rob Herring <robh@kernel.org>
On Thu, 23 Sep 2021 07:41:48 -0500 Rob Herring <robh@kernel.org> wrote: > On Sun, Sep 19, 2021 at 10:36:56PM +0200, David Heidelberg wrote: > > Driver has interrupts support, which description was missing in the bindings. > > You mean the h/w has interrupts which was missing? Tweaked to Device has interrupt support, ... and applied to the togreg branch of iio.git which is initially pushed out as testing for 0-day to see if it can break it. Thanks, Jonathan > > > > > Signed-off-by: David Heidelberg <david@ixit.cz> > > --- > > .../devicetree/bindings/iio/accel/kionix,kxcjk1013.yaml | 3 +++ > > 1 file changed, 3 insertions(+) > > Acked-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/iio/accel/kionix,kxcjk1013.yaml b/Documentation/devicetree/bindings/iio/accel/kionix,kxcjk1013.yaml index 52fa0f7c2d0e..714e48e613de 100644 --- a/Documentation/devicetree/bindings/iio/accel/kionix,kxcjk1013.yaml +++ b/Documentation/devicetree/bindings/iio/accel/kionix,kxcjk1013.yaml @@ -21,6 +21,9 @@ properties: reg: maxItems: 1 + interrupts: + maxItems: 1 + vdd-supply: true vddio-supply: true
Driver has interrupts support, which description was missing in the bindings. Signed-off-by: David Heidelberg <david@ixit.cz> --- .../devicetree/bindings/iio/accel/kionix,kxcjk1013.yaml | 3 +++ 1 file changed, 3 insertions(+)